QueuesOptions.MaxDequeueCount Property
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.
Gets or sets the number of times to try processing a message before moving it to the poison queue (where possible).
public int MaxDequeueCount { get; set; }
member this.MaxDequeueCount : int with get, set
Public Property MaxDequeueCount As Integer
Property Value
Remarks
Some queues do not have corresponding poison queues, and this property does not apply to them. Specifically, there are no corresponding poison queues for any queue whose name already ends in "-poison" or any queue whose name is already too long to add a "-poison" suffix.
Applies to
Azure SDK for .NET