你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IChangeFeedObserverFactory 接口

定义

注意

Switch to the ChangeFeedProcessorBuilder for building the change feed processor host and use new interface Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.IChangeFeedObserverFactory.

用于创建 实例的工厂类 (的) IChangeFeedObserver

[System.Obsolete("Switch to the ChangeFeedProcessorBuilder for building the change feed processor host and use new interface Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.IChangeFeedObserverFactory.")]
public interface IChangeFeedObserverFactory
[<System.Obsolete("Switch to the ChangeFeedProcessorBuilder for building the change feed processor host and use new interface Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.IChangeFeedObserverFactory.")>]
type IChangeFeedObserverFactory = interface
Public Interface IChangeFeedObserverFactory
属性

方法

CreateObserver()
已过时.

创建 IChangeFeedObserver 的新实例。

适用于