Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
See Also
Reference
SP.ClientRuntimeContext Methods