ISessionBeginExecute Method (String, ConsistencyLevel, AsyncCallback, Object) |
Begins asynchronous execute operation
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.6.0
Syntax IAsyncResult BeginExecute(
string cqlQuery,
ConsistencyLevel consistency,
AsyncCallback callback,
Object state
)
Parameters
- cqlQuery
- Type: SystemString
- consistency
- Type: DseConsistencyLevel
- callback
- Type: SystemAsyncCallback
- state
- Type: SystemObject
Return Value
Type:
IAsyncResultSee Also