QueueDescription.LockDuration Property

Definition

Gets or sets the duration of a peek lock; that is, the amount of time that the message is locked for other receivers. The maximum value for LockDuration is 5 minutes; the default value is 1 minute.

public TimeSpan LockDuration { get; set; }
member this.LockDuration : TimeSpan with get, set
Public Property LockDuration As TimeSpan

Property Value

The duration of the lock.

Applies to