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