ServiceBusQueueCreateParameters.LockDuration Property

Definition

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

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

Property Value

Applies to