ILease.Renew(TimeSpan) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.