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

Message.SystemPropertiesCollection.EnqueuedTimeUtc 属性

定义

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

public DateTime EnqueuedTimeUtc { get; }
member this.EnqueuedTimeUtc : DateTime
Public ReadOnly Property EnqueuedTimeUtc As DateTime

属性值

UTC 的排队时间。

注解

实体接受并存储消息的即时 UTC。 如果接收程序不想信任发送程序的时钟,可以将此值用作权威的中性到达时间指示器。 此属性为只读。

适用于