ClientRuntimeContext Methods
Include Protected Members
Include Inherited Members
The ClientRuntimeContext type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() ![]() |
AddClientTypeAssembly | Stores the client library type of the calling assembly. |
![]() |
AddQuery | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() |
AddQueryIdAndResultObject | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() |
CastTo<T> | Casts a specified client object to its derived type. |
![]() |
Dispose() | Disposes of the runtime context. |
![]() |
Dispose(Boolean) | Disposes of the runtime context depending on the specified Boolean value. |
![]() |
ExecuteQuery | Executes the current set of data retrieval queries and method invocations. |
![]() |
ExecuteQueryAsync(ClientRequestSucceededEventHandler, ClientRequestFailedEventHandler) | Executes the current pending request asynchronously on the server. |
![]() |
ExecuteQueryAsync(ClientRequest, ClientRequestSucceededEventHandler, ClientRequestFailedEventHandler) | |
![]() |
Load<T> | Retrieves the properties of a client object from the server. |
![]() |
LoadQuery<T>(IQueryable<T>) | Retrieves an enumerable sequence of the child client objects from a collection that can be the query expression in LINQ syntax. |
![]() |
LoadQuery<T>(ClientObjectCollection<T>) | Retrieves an enumerable sequence of the child client objects from a collection. |
![]() |
OnExecutingWebRequest | Raises the ExecutingWebRequest event. |
![]() |
ParseObjectFromJsonString | Parses the specified JavaScript Object Notation (JSON) string and gets an object from it. |
![]() |
SetPendingRequestToBeExecuted | |
![]() ![]() |
SetupRequestCredential | Associates the authentication information with the specified request. |
![]() |
ToString | (Inherited from Object.) |
Top
.gif)
.gif)
.gif)