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. |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |