ClientRuntimeContext.PendingRequest property

Gets the ClientRequest object that is sent to the server when the next ExecuteQuery is executed.

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

See also

Reference

ClientRuntimeContext class

ClientRuntimeContext members

Microsoft.SharePoint.Client namespace