ContractBase.Renewal(ILease) 方法

定义

请求发起客户端续订指定对象的租约。

public:
 virtual TimeSpan Renewal(System::Runtime::Remoting::Lifetime::ILease ^ lease);
[System.Security.SecurityCritical]
public TimeSpan Renewal (System.Runtime.Remoting.Lifetime.ILease lease);
[<System.Security.SecurityCritical>]
abstract member Renewal : System.Runtime.Remoting.Lifetime.ILease -> TimeSpan
override this.Renewal : System.Runtime.Remoting.Lifetime.ILease -> TimeSpan
Public Function Renewal (lease As ILease) As TimeSpan

参数

lease
ILease

远程处理生存期服务所使用的生存期租约对象。

返回

已续订的租约。

实现

属性

例外

leasenull

适用于