ClientRequestStatus 枚举

指定执行期间客户端请求的状态。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight.Runtime(位于 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中);  Microsoft.SharePoint.Client.Phone.Runtime(位于 Microsoft.SharePoint.Client.Phone.Runtime.dll 中)  Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)

语法

声明
Public Enumeration ClientRequestStatus
用法
Dim instance As ClientRequestStatus
public enum ClientRequestStatus

成员

成员名称 说明
Active 客户端请求处于活动状态,并且尚未执行。
InProgress 客户端请求正在进行。
CompletedSuccess 客户端请求已成功完成。
CompletedException 客户端请求已完成,但在执行过程中会引发异常。

另请参阅

引用

Microsoft.SharePoint.Client 命名空间