SessionExecuteAsync Method |
Executes a query asynchronously
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntax public Task<RowSet> ExecuteAsync(
IStatement statement
)
Parameters
- statement
- Type: DseIStatement
The statement to execute (simple, bound or batch statement)
Return Value
Type:
TaskRowSetA task representing the asynchronous operation.
Implements
ISessionExecuteAsync(IStatement)See Also