NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LeaseState Enumeration

The different lease states are

Null:= The lease is not initialized.

Initial:=

Active:=

Renewing:=

Expired:=

[Visual Basic]
Public Enum LeaseState
[C#]
public enum LeaseState
[C++]
public enum LeaseState

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Active [To be supplied.]
Expired [To be supplied.]
Initial [To be supplied.]
Null [To be supplied.]
Renewing [To be supplied.]

Requirements

Namespace: System.Runtime.Remoting

Assembly: mscorlib.dll

See Also

System.Runtime.Remoting Namespace