| IChangeStreamOperationTResult Interface | 
Namespace: MongoDB.Driver.Core.Operations
 Syntax
Syntaxpublic interface IChangeStreamOperation<TResult> : IReadOperation<IChangeStreamCursor<TResult>>
The IChangeStreamOperationTResult type exposes the following members.
 Properties
Properties| 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.
             | 
 Methods
Methods| 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.
             | 
 Extension Methods
Extension Methods| 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.) | 
 See Also
See Also