Freigeben über


IMongoDB.GetCollectionAsync(String, CancellationToken) Methode

Definition

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

Parameter

name
String

Der Name der Mongo-Sammlung.

cancellationToken
CancellationToken

Gibt zurück

Die spezifische Mongo-Sammlung.

Gilt für: