LifetimeServices::LeaseManagerPollTime Property
Gets or sets the time interval between each activation of the lease manager to clean up expired leases.
Assembly: mscorlib (in mscorlib.dll)
public: property TimeSpan LeaseManagerPollTime { static TimeSpan get(); [SecurityCriticalAttribute] [SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::RemotingConfiguration)] static void set(TimeSpan value); }
Property Value
Type: System::TimeSpanThe default amount of time the lease manager sleeps after checking for expired leases.
| Exception | Condition |
|---|---|
| SecurityException | 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. |
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.
for configuration of the remoting infrastructure. Demand value: SecurityAction::Demand; Permission value: SecurityPermissionFlag::RemotingConfiguration
Available since 1.1