ServiceBusSessionProcessor.MaxAutoLockRenewalDuration Property

Definition

Gets the maximum duration within which the session lock will be renewed automatically.

public virtual TimeSpan MaxAutoLockRenewalDuration { get; }
member this.MaxAutoLockRenewalDuration : TimeSpan
Public Overridable ReadOnly Property MaxAutoLockRenewalDuration As TimeSpan

Property Value

The maximum duration during which session locks are automatically renewed.

Remarks

The session lock renewal can continue for sometime in the background after completion of message and result in a few false SessionLockLost exceptions temporarily.

Applies to