BuildManagerHostUnloadEventArgs(ApplicationShutdownReason) Constructor

Definition

Initializes a new instance of the BuildManagerHostUnloadEventArgs class.

public:
 BuildManagerHostUnloadEventArgs(System::Web::ApplicationShutdownReason reason);
public BuildManagerHostUnloadEventArgs (System.Web.ApplicationShutdownReason reason);
new System.Web.Compilation.BuildManagerHostUnloadEventArgs : System.Web.ApplicationShutdownReason -> System.Web.Compilation.BuildManagerHostUnloadEventArgs
Public Sub New (reason As ApplicationShutdownReason)

Parameters

reason
ApplicationShutdownReason

The reason for the hosted application domain shutdown.

Remarks

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

Applies to