Compartir a través de


IGremlinDatabase.GetGremlinGraphAsync(String, CancellationToken) Método

Definición

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

Nombre del grafo de Gremlin.

cancellationToken
CancellationToken

Devoluciones

Grafo de Gremlin específico.

Se aplica a