| IDseSessionExecuteGraphAsync Method  | 
            Executes a graph statement.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
SyntaxTask<GraphResultSet> ExecuteGraphAsync(
	IGraphStatement statement
)
Parameters
- statement
 - Type: Dse.GraphIGraphStatement
The graph statement containing the query 
Return Value
Type: 
TaskGraphResultSet
ExamplesTask<GraphResultSet$gt; task = session.ExecuteGraphAsync(new SimpleGraphStatement("g.V()"));
See Also