Windows apps
Collapse the table of content
Expand the table of content
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.

BuildManagerHostUnloadEventArgs Constructor (ApplicationShutdownReason)

 

Initializes a new instance of the BuildManagerHostUnloadEventArgs class.

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

public:
BuildManagerHostUnloadEventArgs(
	ApplicationShutdownReason reason
)

Parameters

reason
Type: System.Web::ApplicationShutdownReason

The reason for the hosted application domain shutdown.

This constructor creates a new instance of BuildManagerHostUnloadEventArgs with the Reason property set to reason.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft