SessionBeginPrepare Method |
Begins asynchronous prepare operation
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.6.0
Syntax public IAsyncResult BeginPrepare(
string cqlQuery,
AsyncCallback callback,
Object state
)
Parameters
- cqlQuery
- Type: SystemString
- callback
- Type: SystemAsyncCallback
- state
- Type: SystemObject
Return Value
Type:
IAsyncResultImplements
ISessionBeginPrepare(String, AsyncCallback, Object)See Also