ISessionBeginExecute Method (String, ConsistencyLevel, AsyncCallback, Object) | 
 
            Begins asynchronous execute operation
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
SyntaxIAsyncResult BeginExecute(
	string cqlQuery,
	ConsistencyLevel consistency,
	AsyncCallback callback,
	Object state
)
Parameters
- cqlQuery
 - Type: SystemString
 - consistency
 - Type: CassandraConsistencyLevel
 - callback
 - Type: SystemAsyncCallback
 - state
 - Type: SystemObject
 
Return Value
Type: 
IAsyncResult
See Also