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