ServiceBusQueue.LockDuration 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.
Optional. Determines the amount of time in seconds in which a message should be locked for processing by a receiver. After this period, the message is unlocked and available for consumption by the next receiver. Settable only at queue creation time:* Range: 0
- 5 minutes. 0 means that the message is not locked* Default: 30 seconds (see http://msdn.microsoft.com/en-us/library/windowsazure/hh780773.aspx for more information)
public string LockDuration { get; set; }
member this.LockDuration : string with get, set
Public Property LockDuration As String