SessionExecuteGraphAsync Method (IGraphStatement, String) |
Namespace: Cassandra
public Task<GraphResultSet> ExecuteGraphAsync( IGraphStatement graphStatement, string executionProfileName )
Task<GraphResultSet$gt; task = session.ExecuteGraphAsync(new SimpleGraphStatement("g.V()"), "graphProfile");