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.CurrentLeaseTime

The amount of time remaining on the lease.

[Visual Basic]
ReadOnly Property CurrentLeaseTime As TimeSpan
[C#]
TimeSpan CurrentLeaseTime {get;}
[C++]
TimeSpan get_CurrentLeaseTime() = 0;
[JScript]
abstract function get CurrentLeaseTime() : TimeSpan;

See Also

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