LeaseBasedQueueBalancerOptions.DefaultLeaseRenewPeriod Field
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.
The default lease renew period
public static readonly TimeSpan DefaultLeaseRenewPeriod;
staticval mutable DefaultLeaseRenewPeriod : TimeSpan
Public Shared ReadOnly DefaultLeaseRenewPeriod As TimeSpan
Field Value
Remarks
DefaultLeaseRenewPeriod set to (DefaultLeaseLength/2 - 1) to allow time for at least 2 renew calls before we lose the lease.