IChangeFeedObserverFactory Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
Switch to the ChangeFeedProcessorBuilder for building the change feed processor host and use new interface Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.IChangeFeedObserverFactory.
Clase factory usada para crear instancias de 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
- Atributos
Métodos
CreateObserver() |
Obsoletos.
Crea una nueva instancia de IChangeFeedObserver. |
Se aplica a
Azure SDK for .NET