System.Runtime.Remoting.Lifetime.LifetimeServices.LeaseManagerPollTime Property

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

Syntax

public static TimeSpan LeaseManagerPollTime { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

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

The default value of the LifetimeServices.LeaseManagerPollTime property is 10 seconds.

Requirements

Namespace: System.Runtime.Remoting.Lifetime
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0