Partager via


IGremlinDatabase.GetGremlinGraphAsync(String, CancellationToken) Méthode

Définition

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)

Paramètres

name
String

Nom du graphique Gremlin.

cancellationToken
CancellationToken

Retours

Graphique Gremlin spécifique.

S’applique à