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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET