ISession.BeginExecute Method (IStatement, AsyncCallback, Object) |
Begins asynchronous execute operation
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
SyntaxIAsyncResult BeginExecute(
IStatement statement,
AsyncCallback callback,
Object state
)
Parameters
- statement
- Type: Cassandra.IStatement
- callback
- Type: System.AsyncCallback
- state
- Type: System.Object
Return Value
Type:
IAsyncResult
See Also