IMongoClient.Watch Method |
Name | Description | |
---|---|---|
Watch<TResult>(PipelineDefinition<ChangeStreamDocument<BsonDocument>, TResult>, ChangeStreamOptions, CancellationToken) |
Watches changes on all collections in all databases.
| |
Watch<TResult>(IClientSessionHandle, PipelineDefinition<ChangeStreamDocument<BsonDocument>, TResult>, ChangeStreamOptions, CancellationToken) |
Watches changes on all collections in all databases.
|