EventHubConsumerGroup.UnregisterProcessorAsync(Lease, CloseReason) 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.
Asynchronous version of UnregisterProcessor(Lease, CloseReason).
public System.Threading.Tasks.Task UnregisterProcessorAsync (Microsoft.ServiceBus.Messaging.Lease lease, Microsoft.ServiceBus.Messaging.CloseReason reason);
member this.UnregisterProcessorAsync : Microsoft.ServiceBus.Messaging.Lease * Microsoft.ServiceBus.Messaging.CloseReason -> System.Threading.Tasks.Task
Public Function UnregisterProcessorAsync (lease As Lease, reason As CloseReason) As Task
Parameters
- lease
- Lease
Partition information.
- reason
- CloseReason
Reason that UnregisterProcessorAsync(Lease, CloseReason) was called.
Returns
A task instance that represents the asynchronous operation.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET