IChangeStreamOperationTResult Interface |
Namespace: MongoDB.Driver.Core.Operations
public interface IChangeStreamOperation<TResult> : IReadOperation<IChangeStreamCursor<TResult>>
The IChangeStreamOperationTResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | ResumeAfter |
Gets or sets the resume after value.
|
![]() | StartAfter |
Gets or sets the start after value.
|
![]() | StartAtOperationTime |
Gets or sets the start at operation time.
|
Name | Description | |
---|---|---|
![]() | Execute |
Executes the operation.
(Inherited from IReadOperationTResult.) |
![]() | ExecuteAsync |
Executes the operation.
(Inherited from IReadOperationTResult.) |
![]() | Resume |
Resumes the operation after a resume token.
|
![]() | ResumeAsync |
Resumes the operation after a resume token.
|
Name | Description | |
---|---|---|
![]() | ExecuteIChangeStreamCursorTResult |
Executes a read operation using a channel source.
(Defined by OperationExtensionMethods.) |
![]() | ExecuteAsyncIChangeStreamCursorTResult |
Executes a read operation using a channel source.
(Defined by OperationExtensionMethods.) |