Click or drag to resize

MongoClientBase.ListDatabases Method (CancellationToken)

Lists the databases on the server.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public virtual IAsyncCursor<BsonDocument> ListDatabases(
	CancellationToken cancellationToken = default
)

Parameters

cancellationToken (Optional)
Type: System.Threading.CancellationToken
The cancellation token.

Return Value

Type: IAsyncCursor<BsonDocument>
A cursor.

Implements

IMongoClient.ListDatabases(CancellationToken)
See Also