Click or drag to resize

IMongoDatabaseExtensionsWatchAsync Method

Overload List
  NameDescription
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