ILease::SponsorshipTimeout Property
.NET Framework (current version)
Gets or sets the amount of time to wait for a sponsor to return with a lease renewal time.
Assembly: mscorlib (in mscorlib.dll)
property TimeSpan SponsorshipTimeout { [SecurityCriticalAttribute] TimeSpan get(); [SecurityCriticalAttribute] void set(TimeSpan value); }
Property Value
Type: System::TimeSpanThe amount of time to wait for a sponsor to return with a lease renewal time.
| Exception | Condition |
|---|---|
| SecurityException | The immediate caller makes the call through a reference to the interface and does not have infrastructure permission. |
If the SponsorshipTimeout is TimeSpan::Zero, then this lease will not take sponsors.
If a sponsor does not respond to a call to renew a lease within the time-out period, it is assumed to be dead and is removed from the list of sponsors for the current lease.
SecurityPermission
for operating with infrastructure code. Demand value: SecurityAction::LinkDemand; Permission value: SecurityPermissionFlag::Infrastructure
.NET Framework
Available since 1.1
Available since 1.1
Show: