ISessionExecuteAsync Method |
Executes a query asynchronously
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.2.0
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