IChangeFeedObserverFactory Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Switch to the ChangeFeedProcessorBuilder for building the change feed processor host and use new interface Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.IChangeFeedObserverFactory.
Classe Factory utilisée pour créer instance 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
- Attributs
Méthodes
CreateObserver() |
Obsolète.
Crée une instance de IChangeFeedObserver. |
S’applique à
Azure SDK for .NET