IMongoDatabase.Watch Method |
Name | Description | |
---|---|---|
![]() | Watch<TResult>(PipelineDefinition<ChangeStreamDocument<BsonDocument>, TResult>, ChangeStreamOptions, CancellationToken) |
Watches changes on all collections in a database.
|
![]() | Watch<TResult>(IClientSessionHandle, PipelineDefinition<ChangeStreamDocument<BsonDocument>, TResult>, ChangeStreamOptions, CancellationToken) |
Watches changes on all collections in a database.
|