Click or drag to resize

CqlCommandBeginExecute Method

Starts executing the statement async

Namespace:  Dse.Data.Linq
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public virtual IAsyncResult BeginExecute(
	AsyncCallback callback,
	Object state
)

Parameters

callback
Type: SystemAsyncCallback
state
Type: SystemObject

Return Value

Type: IAsyncResult
See Also