Click or drag to resize

IMongoClientListDatabasesAsync Method

Overload List
  NameDescription
Public methodListDatabasesAsync(CancellationToken)
Lists the databases on the server.
Public methodListDatabasesAsync(IClientSessionHandle, CancellationToken)
Lists the databases on the server.
Public methodListDatabasesAsync(ListDatabasesOptions, CancellationToken)
Lists the databases on the server.
Public methodListDatabasesAsync(IClientSessionHandle, ListDatabasesOptions, CancellationToken)
Lists the databases on the server.
Top
See Also