Click or drag to resize

SessionExecuteAsync Method (IStatement)

Executes a query asynchronously

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public 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.

Implements

ISessionExecuteAsync(IStatement)
See Also