Click or drag to resize
CqlQueryBaseTEntityBeginExecute Method

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

Parameters

callback
Type: SystemAsyncCallback
state
Type: SystemObject

Return Value

Type: IAsyncResult
See Also