ILease.Renew(TimeSpan) Method

Definition

Renews a lease for the specified time.

public:
 TimeSpan Renew(TimeSpan renewalTime);
public TimeSpan Renew (TimeSpan renewalTime);
[System.Security.SecurityCritical]
public TimeSpan Renew (TimeSpan renewalTime);
abstract member Renew : TimeSpan -> TimeSpan
[<System.Security.SecurityCritical>]
abstract member Renew : TimeSpan -> TimeSpan
Public Function Renew (renewalTime As TimeSpan) As TimeSpan

Parameters

renewalTime
TimeSpan

The length of time to renew the lease by.

Returns

The new expiration time of the lease.

Attributes

Exceptions

The immediate caller makes the call through a reference to the interface and does not have infrastructure permission.

Remarks

The lease time is set to the maximum of the CurrentLeaseTime or the current time plus the renewal time.

Applies to