Click or drag to resize

MongoClientBaseListDatabasesAsync Method (ListDatabasesOptions, CancellationToken)

Lists the databases on the server.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public virtual 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.

Implements

IMongoClientListDatabasesAsync(ListDatabasesOptions, CancellationToken)
See Also