Click or drag to resize

ISessionExecuteAsync Method (IStatement)

Executes a query asynchronously

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
Task<RowSet> ExecuteAsync(
	IStatement statement
)

Parameters

statement
Type: DseIStatement
The statement to execute (simple, bound or batch statement)

Return Value

Type: TaskRowSet
A task representing the asynchronous operation.
See Also