你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SubscriptionProperties.MaxDeliveryCount 属性

定义

消息在死信之前的最大传递计数。

public int MaxDeliveryCount { get; set; }
member this.MaxDeliveryCount : int with get, set
Public Property MaxDeliveryCount As Integer

属性值

注解

在模式中 PeekLock 收到消息且未在消息锁定过期之前完成邮件时,传递计数会增加。 默认值为 10。 最小值为 1。

适用于