QueueProcessor.MessageAddedToPoisonQueueAsync Event
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.
Event raised when a message is added to the poison queue.
public event Func<Microsoft.Azure.WebJobs.Host.Queues.QueueProcessor,Microsoft.Azure.WebJobs.Host.Queues.PoisonMessageEventArgs,System.Threading.Tasks.Task> MessageAddedToPoisonQueueAsync;
member this.MessageAddedToPoisonQueueAsync : Func<Microsoft.Azure.WebJobs.Host.Queues.QueueProcessor, Microsoft.Azure.WebJobs.Host.Queues.PoisonMessageEventArgs, System.Threading.Tasks.Task>
Public Event MessageAddedToPoisonQueueAsync As Func(Of QueueProcessor, PoisonMessageEventArgs, Task)