ISessionBeginExecute Method (IStatement, AsyncCallback, Object) | 
 
            Begins asynchronous execute operation.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.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