ISessionExecuteAsync Method (IStatement, String) |
Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax Task<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