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.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
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