Share via


ChangeFeedEventHost.RegisterObserverFactoryAsync Method

Definition

Asynchronously registers the observer factory implementation with the host. This method also starts the host and enables it to start participating in the partition distribution process.

public System.Threading.Tasks.Task RegisterObserverFactoryAsync (Microsoft.Azure.Documents.ChangeFeedProcessor.IChangeFeedObserverFactory factory);
member this.RegisterObserverFactoryAsync : Microsoft.Azure.Documents.ChangeFeedProcessor.IChangeFeedObserverFactory -> System.Threading.Tasks.Task
Public Function RegisterObserverFactoryAsync (factory As IChangeFeedObserverFactory) As Task

Parameters

factory
IChangeFeedObserverFactory

Implementation of your application-specific event observer factory.

Returns

A task indicating that the ChangeFeedEventHost instance has started.

Applies to