Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere .NET API Reference » iAnywhere.QAnywhere.WS namespace (.NET 1.0)

SetLogger method Next Page

WSStatus enumeration


This class defines codes for the status of a web service. request.

Syntax

Visual Basic
Public Enum WSStatus

C#
public enum WSStatus

Member name
Member nameDescription

STATUS_ERROR

There was an error processing the request.

STATUS_QUEUED

The request has been queued for delivery to the server.

STATUS_RESULT_AVAILABLE

The result of the request is available.

STATUS_SUCCESS

The request was successful.