GraphCommand.ExecuteTraversalAsync Method ()
Namespace: Microsoft.Azure.Graphs
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
Syntax
public Task<GraphTraversal> ExecuteTraversalAsync()
public:
Task<GraphTraversal^>^ ExecuteTraversalAsync()
Public Function ExecuteTraversalAsync As Task(Of GraphTraversal)
Return Value
Type: System.Threading.Tasks.Task<GraphTraversal>
See Also
GraphCommand Class
Microsoft.Azure.Graphs Namespace
Return to top