ServiceBusReceivedMessage.TimeToLive 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 message’s "time to live" value.
public TimeSpan TimeToLive { get; }
member this.TimeToLive : TimeSpan
Public ReadOnly Property TimeToLive As TimeSpan
Property Value
The message’s time to live value.
Remarks
This value is the relative duration after which the message expires, starting from the instant the message has been accepted and stored by the broker, as captured in EnqueuedTime. When not set explicitly, the assumed value is the DefaultTimeToLive for the respective queue or topic. A message-level TimeToLive value cannot be longer than the entity's DefaultTimeToLive setting and it is silently adjusted if it does. See Expiration
Applies to
Azure SDK for .NET