HostingEnvironment.InitializeLifetimeService Method ()
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gives the HostingEnvironment object an infinite lifetime by preventing a lease from being created.
Assembly: System.Web (in System.Web.dll)
This method overrides the InitializeLifetimeService method in its base class. It always returns null and prevents a lease from being created that would limit the HostingEnvironment object's lifetime.
.NET Framework
Available since 2.0
Available since 2.0
Show: