Click or drag to resize

SessionBeginExecute Method (String, ConsistencyLevel, AsyncCallback, Object)

Begins asynchronous execute operation

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public 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: IAsyncResult

Implements

ISessionBeginExecute(String, ConsistencyLevel, AsyncCallback, Object)
See Also