ISession.BeginPrepare Method |
Begins asynchronous prepare operation
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
SyntaxIAsyncResult BeginPrepare(
string cqlQuery,
AsyncCallback callback,
Object state
)
Parameters
- cqlQuery
- Type: System.String
- callback
- Type: System.AsyncCallback
- state
- Type: System.Object
Return Value
Type:
IAsyncResult
See Also