ISessionBeginPrepare Method |
Begins asynchronous prepare operation
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.3.0
Syntax IAsyncResult BeginPrepare(
string cqlQuery,
AsyncCallback callback,
Object state
)
Parameters
- cqlQuery
- Type: SystemString
- callback
- Type: SystemAsyncCallback
- state
- Type: SystemObject
Return Value
Type:
IAsyncResultSee Also