DomainHostingStarterAgent.Renewal Method (ILease)
Renews the given lease for 5 minutes.
Namespace: Microsoft.Owin.Hosting.Starter
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
public virtual TimeSpan Renewal(
ILease lease
)
public:
virtual TimeSpan Renewal(
ILease^ lease
)
abstract Renewal :
lease:ILease -> TimeSpan
override Renewal :
lease:ILease -> TimeSpan
Public Overridable Function Renewal (
lease As ILease
) As TimeSpan
Parameters
- lease
Type: System.Runtime.Remoting.Lifetime.ILease
Return Value
Type: System.TimeSpan
Returns TimeSpan.
Implements
See Also
DomainHostingStarterAgent Class
Microsoft.Owin.Hosting.Starter Namespace
Return to top