EventProcessorHost.UnregisterEventProcessorAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET