LifetimeServices.LeaseManagerPollTime Property

Definition

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

public:
 static property TimeSpan LeaseManagerPollTime { TimeSpan get(); void set(TimeSpan value); };
public static TimeSpan LeaseManagerPollTime { get; set; }
public static TimeSpan LeaseManagerPollTime { get; [System.Security.SecurityCritical] set; }
static member LeaseManagerPollTime : TimeSpan with get, set
[<set: System.Security.SecurityCritical>]
static member LeaseManagerPollTime : TimeSpan with get, set
Public Shared Property LeaseManagerPollTime As TimeSpan

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