QueueProcessor.OnMessageAddedToPoisonQueueAsync 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 to raise the MessageAddedToPoisonQueue event.
protected internal virtual System.Threading.Tasks.Task OnMessageAddedToPoisonQueueAsync (Microsoft.Azure.WebJobs.Host.Queues.PoisonMessageEventArgs e);
abstract member OnMessageAddedToPoisonQueueAsync : Microsoft.Azure.WebJobs.Host.Queues.PoisonMessageEventArgs -> System.Threading.Tasks.Task
override this.OnMessageAddedToPoisonQueueAsync : Microsoft.Azure.WebJobs.Host.Queues.PoisonMessageEventArgs -> System.Threading.Tasks.Task
Protected Friend Overridable Function OnMessageAddedToPoisonQueueAsync (e As PoisonMessageEventArgs) As Task
Parameters
The event arguments.