Class IMongoClientExtensions
Extension methods on IMongoClient.
public static class IMongoClientExtensions
- Inheritance
-
IMongoClientExtensions
- Inherited Members
Methods
- Watch(IMongoClient, ChangeStreamOptions, CancellationToken)
Watches changes on all collections in all databases.
- Watch(IMongoClient, IClientSessionHandle, ChangeStreamOptions, CancellationToken)
Watches changes on all collections in all databases.
- WatchAsync(IMongoClient, ChangeStreamOptions, CancellationToken)
Watches changes on all collections in all databases.
- WatchAsync(IMongoClient, IClientSessionHandle, ChangeStreamOptions, CancellationToken)
Watches changes on all collections in all databases.