SP.ClientRuntimeContext Methods
Applies to: SharePoint Foundation 2010
The following table lists the methods of the SP.ClientRuntimeContext class.
Methods
Name |
Description |
---|---|
Attaches a handler to the beginningrequest event in the list of event handlers for this SP.ClientRuntimeContext. |
|
Attaches a handler to the failed event in the list of event handlers for this SP.ClientRuntimeContext. |
|
Attaches a handler to the succeeded event in the list of event handlers for this SP.ClientRuntimeContext. |
|
This member is reserved for internal use and is not intended to be used directly from your code. |
|
This member is reserved for internal use and is not intended to be used directly from your code. |
|
Casts a specified client object to its derived type. |
|
Initializes a new instance of the SP.ClientRuntimeContext Class with the specified absolute URL. |
|
Disposes of the runtime context. |
|
Executes the current pending request asynchronously on the server. |
|
Retrieves the properties of a client object from the server. |
|
Retrieves an enumerable sequence of the child client objects from a collection. |
|
Parses the specified JavaScript Object Notation (JSON) string and gets an object from it. |
|
Removes an event handler for the beginningrequest event from the list of event handlers for this SP.ClientRuntimeContext. |
|
Removes an event handler for the failed event from the list of event handlers for this SP.ClientRuntimeContext. |
|
Removes an event handler for the succeeded event from the list of event handlers for this SP.ClientRuntimeContext. |