你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IChangeFeedObserver 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Switch to the ChangeFeedProcessorBuilder for building the change feed processor and use new interface Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.IChangeFeedObserver with cancellation token support.
此接口用于向文档源观察者传递更改事件。
[System.Obsolete("Switch to the ChangeFeedProcessorBuilder for building the change feed processor and use new interface Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.IChangeFeedObserver with cancellation token support.")]
public interface IChangeFeedObserver
[<System.Obsolete("Switch to the ChangeFeedProcessorBuilder for building the change feed processor and use new interface Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.IChangeFeedObserver with cancellation token support.")>]
type IChangeFeedObserver = interface
Public Interface IChangeFeedObserver
- 属性
方法
CloseAsync(ChangeFeedObserverContext, ChangeFeedObserverCloseReason) |
已过时.
当关闭更改源观察程序时,会调用它。 |
OpenAsync(ChangeFeedObserverContext) |
已过时.
打开更改源观察程序时会调用它。 |
ProcessChangesAsync(ChangeFeedObserverContext, IReadOnlyList<Document>) |
已过时.
当文档更改在更改源上可用时,将调用此选项。 |