你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventHubConsumerGroup.UnregisterProcessor(Lease, CloseReason) 方法

定义

取消注册 IEventProcessorPartitionId指定的分区。 这会导致在 CloseAsync(PartitionContext, CloseReason) 基础事件处理程序上调用。

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)

参数

lease
Lease

分区信息。

适用于