BrokeredMessage.ExpiresAtUtc Property

Definition

Gets the date and time in UTC at which the message is set to expire.

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

Property Value

The message expiration time in UTC.

Exceptions

Thrown if the message is in disposed state.

If the message has not been delivered by ServerBus.

Applies to