EventProcessorHost.UnregisterEventProcessorAsync Method

Definition

Asynchronously shuts down the EventProcessorHost instance. This method maintains the leases on all partitions currently held, and enables each IEventProcessor instance to shut down cleanly by invoking the CloseAsync(PartitionContext, CloseReason) method with a Shutdown object after current execution of ProcessEventsAsync(PartitionContext, IEnumerable<EventData>) completes.

public System.Threading.Tasks.Task UnregisterEventProcessorAsync ();
member this.UnregisterEventProcessorAsync : unit -> System.Threading.Tasks.Task
Public Function UnregisterEventProcessorAsync () As Task

Returns

A task that indicates the EventProcessorHost instance has stopped.

Applies to