Partager via


BuildManagerHostUnloadEventArgs(ApplicationShutdownReason) Constructeur

Définition

Initialise une nouvelle instance de la classe BuildManagerHostUnloadEventArgs.

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)

Paramètres

reason
ApplicationShutdownReason

Raison de la fermeture du domaine d'application hébergé.

Remarques

Ce constructeur crée une instance de BuildManagerHostUnloadEventArgs avec la Reason propriété définie sur reason.

S’applique à