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

Message.SystemPropertiesCollection 类

定义

用于存储由服务总线服务设置的属性的集合。

public sealed class Message.SystemPropertiesCollection
type Message.SystemPropertiesCollection = class
Public NotInheritable Class Message.SystemPropertiesCollection
继承
Message.SystemPropertiesCollection

构造函数

Message.SystemPropertiesCollection()

用于存储由服务总线服务设置的属性的集合。

属性

DeadLetterSource

获取此消息在死信之前排队的队列或订阅的名称。

DeliveryCount

获取当前传递计数。

EnqueuedSequenceNumber

获取或设置消息的原始序列号。

EnqueuedTimeUtc

获取发送时间的日期和时间(以 UTC 为单位)。

IsLockTokenSet

指定是否对当前消息设置了锁定标记。

IsReceived

指定是否已从中转站获取消息。

LockedUntilUtc

获取在队列/订阅中锁定消息之前的 UTC 日期和时间。

LockToken

获取当前消息的锁标记。

SequenceNumber

获取服务总线分配给消息的唯一编号。

State

获取或设置消息的状态。

适用于