ClientRuntimeContext.HasPendingRequest property

Gets the flag that indicates whether the client context has the ClientRequest to be sent to the server.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property HasPendingRequest As Boolean
    Get
'Usage
Dim instance As ClientRuntimeContext
Dim value As Boolean

value = instance.HasPendingRequest
public bool HasPendingRequest { get; }

Property value

Type: System.Boolean
true if the client context has the ClientRequest to be sent to the server; otherwise, false.

See also

Reference

ClientRuntimeContext class

ClientRuntimeContext members

Microsoft.SharePoint.Client namespace