Click or drag to resize

IMongoDatabaseExtensions Class

Extension methods on IMongoDatabase.
Inheritance Hierarchy
SystemObject
  MongoDB.DriverIMongoDatabaseExtensions

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntax
public static class IMongoDatabaseExtensions
Methods
  NameDescription
Public methodStatic memberWatch(IMongoDatabase, ChangeStreamOptions, CancellationToken)
Watches changes on all collection in a database.
Public methodStatic memberWatch(IMongoDatabase, IClientSessionHandle, ChangeStreamOptions, CancellationToken)
Watches changes on all collection in a database.
Public methodStatic memberWatchAsync(IMongoDatabase, ChangeStreamOptions, CancellationToken)
Watches changes on all collection in a database.
Public methodStatic memberWatchAsync(IMongoDatabase, IClientSessionHandle, ChangeStreamOptions, CancellationToken)
Watches changes on all collection in a database.
Top
See Also