System.Runtime.Remoting.Lifetime.LeaseState Enumeration

Assembly: Mscorlib.dll
Namespace: System.Runtime.Remoting.Lifetime
Summary
Indicates the possible lease states of a lifetime lease.
C# Syntax:
[Serializable]
public enum LeaseState
Remarks
The ILease.CurrentState property returns the lease status for a lease.
See also:
System.Runtime.Remoting.Lifetime Namespace

System.Runtime.Remoting.Lifetime.LeaseState Member List:

Public Fields
Active The lease is active and has not expired.
Expired The lease has expired and cannot be renewed.
Initial The lease has been created, but is not yet active.
Null The lease is not initialized.
Renewing The lease has expired and is seeking sponsorship.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.