ClientContext.ExecuteQuery method
Executes the current set of data retrieval queries and method invocations.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Overrides Sub ExecuteQuery
'Usage
Dim instance As ClientContext
instance.ExecuteQuery()
public override void ExecuteQuery()
Remarks
This override sets the message digest of the security validation for the current post request, and then calls the ExecuteQuery of the base class to execute the query.