ISessionBeginExecute Method (IStatement, AsyncCallback, Object) |
Begins asynchronous execute operation
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax IAsyncResult BeginExecute(
IStatement statement,
AsyncCallback callback,
Object state
)
Parameters
- statement
- Type: CassandraIStatement
- callback
- Type: SystemAsyncCallback
- state
- Type: SystemObject
Return Value
Type:
IAsyncResultSee Also