ClientRuntimeContext.PendingRequest 属性
Gets the ClientRequest object that is sent to the server when the next ExecuteQuery is executed.
命名空间: 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 ReadOnly Property PendingRequest As ClientRequest
Get
用法
Dim instance As ClientRuntimeContext
Dim value As ClientRequest
value = instance.PendingRequest
public ClientRequest PendingRequest { get; }
属性值
类型:Microsoft.SharePoint.Client.ClientRequest
The client request that is sent to the server.