IGremlinDatabase.ListGremlinGraphsAsync(CancellationToken) Method

Definition

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinGraph>> ListGremlinGraphsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ListGremlinGraphsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinGraph>>
Public Function ListGremlinGraphsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of IGremlinGraph))

Parameters

cancellationToken
CancellationToken

Returns

All Gremlin Graphs in the DB.

Applies to