LifetimeServices.LeaseManagerPollTime Property

Definition

Gets or sets the time interval between each activation of the lease manager to clean up expired leases.

C#
public static TimeSpan LeaseManagerPollTime { get; set; }
C#
public static TimeSpan LeaseManagerPollTime { get; [System.Security.SecurityCritical] set; }

Property Value

The default amount of time the lease manager sleeps after checking for expired leases.

Attributes

Exceptions

At least one of the callers higher in the callstack does not have permission to configure remoting types and channels. This exception is thrown only when setting the property value.

Remarks

The current property defines the frequency at which the lease manager becomes active to clean up expired leases. For example, if LeaseManagerPollTime is set to 100 seconds, the lease list is inspected for cleanups and renewals every 100 seconds.

The default value of the LeaseManagerPollTime property is 10 seconds.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1