IChangeFeedObserver Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface is used to deliver change events to document feed observers.
public interface IChangeFeedObserver
type IChangeFeedObserver = interface
Public Interface IChangeFeedObserver
Methods
CloseAsync(IChangeFeedObserverContext, ChangeFeedObserverCloseReason) |
This is called when change feed observer is closed. |
OpenAsync(IChangeFeedObserverContext) |
This is called when change feed observer is opened. |
ProcessChangesAsync(IChangeFeedObserverContext, IReadOnlyList<Document>, CancellationToken) |
This is called when document changes are available on change feed. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET