This topic has not yet been rated - Rate this topic

QueueDescription.LockDuration Property

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.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public TimeSpan LockDuration { get; set; }

Property Value

Type: System.TimeSpan
The duration of the lock.
Did you find this helpful?
(1500 characters remaining)