IChangeStreamOperation<TResult> Interface |
Namespace: MongoDB.Driver.Core.Operations
The IChangeStreamOperation< TResult> type exposes the following members.
Name | Description | |
---|---|---|
![]() | Execute |
Executes the operation.
(Inherited from IReadOperation<TResult>.) |
![]() | ExecuteAsync |
Executes the operation.
(Inherited from IReadOperation<TResult>.) |
![]() | Resume |
Resumes the operation after a resume token.
|
![]() | ResumeAsync |
Resumes the operation after a resume token.
|
Name | Description | |
---|---|---|
![]() | Execute<IAsyncCursor<TResult>> |
Executes a read operation using a channel source.
(Defined by OperationExtensionMethods.) |
![]() | ExecuteAsync<IAsyncCursor<TResult>> |
Executes a read operation using a channel source.
(Defined by OperationExtensionMethods.) |