Click or drag to resize
ISession.ExecuteAsync Method
Executes a query asynchronously

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

Parameters

statement
Type: Dse.IStatement
The statement to execute (simple, bound or batch statement)

Return Value

Type: Task<RowSet>
A task representing the asynchronous operation.
See Also