Syntax
public abstract System.Threading.Tasks.Task ExecuteQueryAsync(string query, System.Threading.CancellationToken cancellationToken)
Parameters
- query
- Type: string
The query to execute.
- cancellationToken
- Type: System.Threading.CancellationToken
Task cancellation token.