Message.SystemPropertiesCollection.EnqueuedTimeUtc Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the date and time of the sent time in UTC.
public DateTime EnqueuedTimeUtc { get; }
member this.EnqueuedTimeUtc : DateTime
Public ReadOnly Property EnqueuedTimeUtc As DateTime
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET