ClientRuntimeContext.PendingRequest Property
Gets the ClientRequest object that is sent to the server when the next ExecuteQuery() is executed.
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 ReadOnly Property PendingRequest As ClientRequest
Get
'Usage
Dim instance As ClientRuntimeContext
Dim value As ClientRequest
value = instance.PendingRequest
public ClientRequest PendingRequest { get; }
Property Value
Type: Microsoft.SharePoint.Client.ClientRequest
The client request that is sent to the server.