| SessionExecuteAsync Method  | 
            Executes a query asynchronously
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic Task<RowSet> ExecuteAsync(
	IStatement statement
)
Parameters
- statement
 - Type: DseIStatement
The statement to execute (simple, bound or batch statement) 
Return Value
Type: 
TaskRowSetA task representing the asynchronous operation.
Implements
ISessionExecuteAsync(IStatement)
See Also