ISessionExecuteAsync Method (IStatement) | 
 
            Executes a query asynchronously
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
SyntaxTask<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