Share via


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

ServiceBusReceivedMessage.DeliveryCount 属性

定义

获取当前传递计数。

public int DeliveryCount { get; }
member this.DeliveryCount : int
Public ReadOnly Property DeliveryCount As Integer

属性值

此值从 1 开始。

注解

已尝试传递此消息的次数。 当消息锁期满,或接收程序明确放弃消息时,此计数递增。 此属性为只读。

适用于