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