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: