28 m_renewalTime = value;
41 m_renewalTime = renewalTime;
59 sponsorTable[obj] = lease;
72 lease = (
ILease)sponsorTable[obj];
110 [SecuritySafeCritical]
Describes a set of security permissions applied to code. This class cannot be inherited.
Defines a lifetime lease object that is used by the remoting lifetime service.
bool MoveNext()
Advances the enumerator to the next element of the collection.
void Register(ISponsor obj, TimeSpan renewalTime)
Registers a sponsor for the lease, and renews it by the specified T:System.TimeSpan.
void Unregister(ISponsor obj)
Removes a sponsor from the sponsor list.
static TimeSpan FromMinutes(double value)
Returns a T:System.TimeSpan that represents a specified number of minutes, where the specification is...
SecurityAction
Specifies the security actions that can be performed using declarative security.
Represents a collection of key/value pairs that are organized based on the hash code of the key....
object Value
Gets the value of the current dictionary entry.
Represents a time interval.To browse the .NET Framework source code for this type,...
Enumerates the elements of a nongeneric dictionary.
virtual void Clear()
Removes all elements from the T:System.Collections.Hashtable.
SecurityPermissionFlag
Specifies access flags for the security permission object.
Enables access to objects across application domain boundaries in applications that support remoting.