This class defines codes for the status of a web service. request.
Visual Basic Public Enum WSStatus
C# public enum WSStatus
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. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |