public sealed class LifetimeServices
|
The lifetime service associates a lease with each remotely activated object. When the lease expires, the object is removed.
ctor #1 | Default constructor. This constructor is called by derived class constructors to initialize state in this type. |
LeaseManagerPollTime | Read-write Gets or sets the time interval between each activation of the lease manager to clean up expired leases. |
LeaseTime | Read-write Gets or sets the initial lease time span for an AppDomain. |
RenewOnCallTime | Read-write Gets or sets the amount of time by which the lease is extended every time a call comes in on the server object. |
SponsorshipTimeout | Read-write Gets or sets the amount of time the lease manager waits for a sponsor to return with a lease renewal time. |
Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString (inherited from System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public LifetimeServices(); |
public static TimeSpan LeaseManagerPollTime {get; set;}
|
The default value of the LifetimeServices.LeaseManagerPollTime property is 10 seconds.
public static TimeSpan LeaseTime {get; set;}
|
public static TimeSpan RenewOnCallTime {get; set;}
|
public static TimeSpan SponsorshipTimeout {get; set;}
|
~LifetimeServices(); |
public virtual int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public virtual string ToString(); |