ISessionBeginExecute Method (String, ConsistencyLevel, AsyncCallback, Object) |
Begins asynchronous execute operation
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax IAsyncResult BeginExecute(
string cqlQuery,
ConsistencyLevel consistency,
AsyncCallback callback,
Object state
)
Parameters
- cqlQuery
- Type: SystemString
- consistency
- Type: CassandraConsistencyLevel
- callback
- Type: SystemAsyncCallback
- state
- Type: SystemObject
Return Value
Type:
IAsyncResultSee Also