Click or drag to resize

MongoClientBase.ListDatabases Method (IClientSessionHandle, CancellationToken)

Lists the databases on the server.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntax
public virtual IAsyncCursor<BsonDocument> ListDatabases(
	IClientSessionHandle session,
	CancellationToken cancellationToken = default
)

Parameters

session
Type: MongoDB.Driver.IClientSessionHandle
The session.
cancellationToken (Optional)
Type: System.Threading.CancellationToken
The cancellation token.

Return Value

Type: IAsyncCursor<BsonDocument>
A cursor.

Implements

IMongoClient.ListDatabases(IClientSessionHandle, CancellationToken)
See Also