ClientRuntimeContext::ExecuteQuery method

Executes the current set of data retrieval queries and method invocations.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

No code example is currently available or this language may not be supported.

This virtual method is “synchronous”, which means that code execution is blocked until a response is received from the server. If the caller does not want to be blocked and the caller is managed, the caller should evoke the ExecuteQueryAsync method.

Show: