ISessionExecuteAsync Method (IStatement, String) | 
  
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
SyntaxTask<RowSet> ExecuteAsync(
	IStatement statement,
	string executionProfileName
)
Parameters
- statement
 - Type: CassandraIStatement
The statement to execute (simple, bound or batch statement) - executionProfileName
 - Type: SystemString
ExecutionProfile name to be used while executing the statement. 
Return Value
Type: 
TaskRowSetA task representing the asynchronous operation.
See Also