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

ServiceBusReceivedMessage.EnqueuedTime Property

Definition

Gets the date and time of the sent time in UTC.

public DateTimeOffset EnqueuedTime { get; }
member this.EnqueuedTime : DateTimeOffset
Public ReadOnly Property EnqueuedTime As DateTimeOffset

Property Value

The enqueue time in UTC.

Remarks

The UTC instant at which the message has been accepted and stored in the entity. This value can be used as an authoritative and neutral arrival time indicator when the receiver does not want to trust the sender's clock. This property is read-only.

Applies to