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!

ILease.CurrentState

The current state of the lease.

[Visual Basic]
ReadOnly Property CurrentState As LeaseState
[C#]
LeaseState CurrentState {get;}
[C++]
LeaseState get_CurrentState() = 0;
[JScript]
abstract function get CurrentState() : LeaseState;

Remarks

The different lease states are

Null:= The lease is not initialized.

Initial:=

Active:=

Renewing:=

Expired:=

See Also

ILease Interface | ILease Members | System.Runtime.Remoting Namespace