Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ServiceBusReceivedMessage.EnqueuedTime Property

Definition

Namespace:
Azure.Messaging.ServiceBus
Assembly:
Azure.Messaging.ServiceBus.dll
Package:
Azure.Messaging.ServiceBus v7.20.1
Package:
Azure.Messaging.ServiceBus v7.18.0-beta.1
Source:
ServiceBusReceivedMessage.cs
Source:
ServiceBusReceivedMessage.cs

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 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


Feedback

Was this page helpful?