Click or drag to resize

ISessionBeginExecute Method (String, ConsistencyLevel, AsyncCallback, Object)

Begins asynchronous execute operation

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

Parameters

cqlQuery
Type: SystemString
consistency
Type: CassandraConsistencyLevel
callback
Type: SystemAsyncCallback
state
Type: SystemObject

Return Value

Type: IAsyncResult
See Also