Freigeben über


IEventProcessor.ProcessErrorAsync(PartitionContext, Exception) Methode

Definition

Wird aufgerufen, wenn beim Empfang des zugrunde liegenden Clients ein Fehler auftritt. EventProcessorHost kümmert sich um die Wiederherstellung nach dem Fehler und die Weiterverarbeitung von Nachrichten, sodass für Ihren Code keine Aktion erforderlich ist. Diese Methode dient zu Informationszwecken.

public System.Threading.Tasks.Task ProcessErrorAsync (Microsoft.Azure.EventHubs.Processor.PartitionContext context, Exception error);
abstract member ProcessErrorAsync : Microsoft.Azure.EventHubs.Processor.PartitionContext * Exception -> System.Threading.Tasks.Task
Public Function ProcessErrorAsync (context As PartitionContext, error As Exception) As Task

Parameter

context
PartitionContext

Informationen zur Partition.

error
Exception

Der aufgetretene Fehler.

Gibt zurück

Gilt für: