Click or drag to resize

MongoClientBase.ListDatabaseNames Method (CancellationToken)

Returns the names of the databases on the server.

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

Parameters

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

Return Value

Type: IAsyncCursor<String>
The database names.

Implements

IMongoClient.ListDatabaseNames(CancellationToken)
See Also