IEventProcessor.CloseAsync(PartitionContext, 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.
Called when the ownership of partition moves to a different node for load-balancing purpose, or when the host is shutting down. Called in response to UnregisterProcessorAsync(Lease, CloseReason).
public System.Threading.Tasks.Task CloseAsync (Microsoft.ServiceBus.Messaging.PartitionContext context, Microsoft.ServiceBus.Messaging.CloseReason reason);
abstract member CloseAsync : Microsoft.ServiceBus.Messaging.PartitionContext * Microsoft.ServiceBus.Messaging.CloseReason -> System.Threading.Tasks.Task
Public Function CloseAsync (context As PartitionContext, reason As CloseReason) As Task
Parameters
- context
- PartitionContext
Partition ownership information for the partition on which this processor instance works. You can call CheckpointAsync() to checkpoint progress in the processing of messages from Event Hub streams.
- reason
- CloseReason
The reason for calling CloseAsync(PartitionContext, CloseReason).
Returns
A task indicating that the Close operation is complete.
Applies to
Azure SDK for .NET