Freigeben über


IGremlinDatabase.GetGremlinGraphAsync(String, CancellationToken) Methode

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinGraph> GetGremlinGraphAsync (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGremlinGraphAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinGraph>
Public Function GetGremlinGraphAsync (name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IGremlinGraph)

Parameter

name
String

Der Name des Gremlin Graph.

cancellationToken
CancellationToken

Gibt zurück

Der spezifische Gremlin Graph.

Gilt für: