Click or drag to resize
ISession.BeginExecute Method (String, ConsistencyLevel, AsyncCallback, Object)
Begins asynchronous execute operation

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
IAsyncResult BeginExecute(
	string cqlQuery,
	ConsistencyLevel consistency,
	AsyncCallback callback,
	Object state
)

Parameters

cqlQuery
Type: System.String
consistency
Type: Dse.ConsistencyLevel
callback
Type: System.AsyncCallback
state
Type: System.Object

Return Value

Type: IAsyncResult
See Also