Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ApplicationManager::InitializeLifetimeService Method ()

 

Gives the application domain an infinite lifetime by preventing a lease from being created.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

public:
virtual Object^ InitializeLifetimeService() override

Return Value

Type: System::Object^

Always null.

This method overrides the InitializeLifetimeService method in its base class. It always returns null and thereby prevents a lease from being created that would limit the application domain's lifetime.

.NET Framework
Available since 2.0
Return to top
Show: