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

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntax
C#
IAsyncResult BeginExecute(
	string cqlQuery,
	ConsistencyLevel consistency,
	AsyncCallback callback,
	Object state
)

Parameters

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

Return Value

Type: IAsyncResult
See Also