ClientRequestStatus enumeration

Specifies the status of the client request during execution.

Namespace:  Microsoft.SharePoint.Client
Assembly:  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.

See also

Reference

Microsoft.SharePoint.Client namespace