Click or drag to resize

IMongoClientExtensions Methods

Methods
  NameDescription
Public methodStatic memberWatch(IMongoClient, ChangeStreamOptions, CancellationToken)
Watches changes on all collections in all databases.
Public methodStatic memberWatch(IMongoClient, IClientSessionHandle, ChangeStreamOptions, CancellationToken)
Watches changes on all collections in all databases.
Public methodStatic memberWatchAsync(IMongoClient, ChangeStreamOptions, CancellationToken)
Watches changes on all collections in all databases.
Public methodStatic memberWatchAsync(IMongoClient, IClientSessionHandle, ChangeStreamOptions, CancellationToken)
Watches changes on all collections in all databases.
Top
See Also