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

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere .NET API reference » QAnywhere .NET API for web services (.NET 2.0)

 

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 name Description

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.