Compartilhar via


IGremlinDatabase.GetGremlinGraphAsync(String, CancellationToken) Método

Definição

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)

Parâmetros

name
String

O nome do Grafo do Gremlin.

cancellationToken
CancellationToken

Retornos

O Gremlin Graph específico.

Aplica-se a