ClientRequestStatus Enumeration
Specifies the status of the client request during execution.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Enumeration ClientRequestStatus
'Usage
Dim instance As ClientRequestStatus
public enum ClientRequestStatus
Members
Member name | Description | |
---|---|---|
Active | The client request is active and has not been executed. | |
InProgress | The client request is in progress. | |
CompletedSuccess | The client request was completed successfully. | |
CompletedException | The client request was completed, but an exception was thrown during execution. |