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

[Visual Basic]
Function Renew( _
   ByVal renewalTime As TimeSpan _
) As TimeSpan
[C#]
TimeSpan Renew(
   TimeSpan renewalTime
);
[C++]
TimeSpan Renew(
   TimeSpan renewalTime
) = 0;
[JScript]
function Renew(
   renewalTime : TimeSpan
) : TimeSpan;

Parameters

renewalTime
Length of time to renew the lease by

Return Value

The leases expiration time is returned to the caller

See Also

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