Click or drag to resize

IMongoClientListDatabasesAsync Method (ListDatabasesOptions, CancellationToken)

Lists the databases on the server.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
Task<IAsyncCursor<BsonDocument>> ListDatabasesAsync(
	ListDatabasesOptions options,
	CancellationToken cancellationToken = null
)

Parameters

options
Type: MongoDB.DriverListDatabasesOptions
The options.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskIAsyncCursorBsonDocument
A Task whose result is a cursor.
See Also