ISessionBeginPrepare Method  | 
 
            Begins asynchronous prepare operation
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
SyntaxIAsyncResult BeginPrepare(
	string cqlQuery,
	AsyncCallback callback,
	Object state
)
Parameters
- cqlQuery
 - Type: SystemString
 - callback
 - Type: SystemAsyncCallback
 - state
 - Type: SystemObject
 
Return Value
Type: 
IAsyncResult
See Also