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. |