This topic has not yet been rated - Rate this topic

BrokeredMessage.EnqueuedTimeUtc Property

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

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public DateTime EnqueuedTimeUtc { get; internal set; }

Property Value

Type: System.DateTime
The enqueue time in UTC. This value represents the actual time of enqueuing the message.
Exception Condition
ObjectDisposedException

Thrown if the message is in disposed state.

Did you find this helpful?
(1500 characters remaining)