BuildManagerHostUnloadEventArgs(ApplicationShutdownReason) Costruttore

Definizione

Inizializza una nuova istanza della 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)

Parametri

reason
ApplicationShutdownReason

Motivo della chiusura del dominio applicazione contenuto.

Commenti

Questo costruttore crea una nuova istanza di BuildManagerHostUnloadEventArgs con la Reason proprietà impostata su reason.

Si applica a