Click or drag to resize
SessionBeginExecute Method (IStatement, AsyncCallback, Object)
Begins asynchronous execute operation

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public IAsyncResult BeginExecute(
	IStatement statement,
	AsyncCallback callback,
	Object state
)

Parameters

statement
Type: CassandraIStatement
callback
Type: SystemAsyncCallback
state
Type: SystemObject

Return Value

Type: IAsyncResult

Implements

ISessionBeginExecute(IStatement, AsyncCallback, Object)
See Also