EventHubConsumerGroup.UnregisterProcessor(Lease, CloseReason) Method

Definition

Unregisters IEventProcessor for the partition specified by PartitionId. This results in CloseAsync(PartitionContext, CloseReason) being called on the underlying event processor.

public void UnregisterProcessor (Microsoft.ServiceBus.Messaging.Lease lease, Microsoft.ServiceBus.Messaging.CloseReason reason);
member this.UnregisterProcessor : Microsoft.ServiceBus.Messaging.Lease * Microsoft.ServiceBus.Messaging.CloseReason -> unit
Public Sub UnregisterProcessor (lease As Lease, reason As CloseReason)

Parameters

lease
Lease

Partition information.

reason
CloseReason

Reason for which UnregisterProcessor(Lease, CloseReason) was called.

Applies to