| IMongoClientExtensions Methods | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | 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.
             | 
 See Also
See Also