SP.ClientRuntimeContext.pendingRequest Property

Applies to: SharePoint Foundation 2010

Gets the SP.ClientRequest Class object that is sent to the server when the next SP.ClientRuntimeContext.executeQueryAsync(succeededCallback, failedCallback) Method is executed.

var value = SP.ClientRuntimeContext.get_pendingRequest();

Property Value

Type: SP.ClientRequest

Applies To

SP.ClientRuntimeContext Class

See Also

Reference

SP.ClientRuntimeContext Methods

SP.ClientRuntimeContext Properties

SP Namespace