Click or drag to resize
ISessionExecuteAsync Method
Executes a query asynchronously

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.2.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