ISessionExecuteAsync Method |
Executes a query asynchronously
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax Task<RowSet> ExecuteAsync(
IStatement statement
)
Parameters
- statement
- Type: CassandraIStatement
The statement to execute (simple, bound or batch statement)
Return Value
Type:
TaskRowSetA task representing the asynchronous operation.
See Also