ServiceBusMessage.TimeToLive Property

Definition

Gets or sets the message’s "time to live" value.

public TimeSpan TimeToLive { get; set; }
member this.TimeToLive : TimeSpan with get, set
Public 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. 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