LifetimeServices.LeaseManagerPollTime Property
.NET Framework 2.0
Gets or sets the time interval between each activation of the lease manager to clean up expired leases.
Namespace: System.Runtime.Remoting.Lifetime
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
/** @property */ public static TimeSpan get_LeaseManagerPollTime () /** @property */ public static void set_LeaseManagerPollTime (TimeSpan value)
public static function get LeaseManagerPollTime () : TimeSpan public static function set LeaseManagerPollTime (value : TimeSpan)
Property Value
The default amount of time the lease manager sleeps after checking for expired leases.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.
- SecurityPermission for configuration of the remoting infrastructure. Demand value: SecurityAction.Demand; Permission value: SecurityPermissionFlag.RemotingConfiguration
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.