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
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 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