Sdílet prostřednictvím


BuildManagerHostUnloadEventArgs(ApplicationShutdownReason) Konstruktor

Definice

Inicializuje novou instanci BuildManagerHostUnloadEventArgs třídy.

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)

Parametry

reason
ApplicationShutdownReason

Důvod, proč byla ukončena doména hostované aplikace.

Poznámky

Tento konstruktor vytvoří novou instanci BuildManagerHostUnloadEventArgs s Reason vlastností nastavenou na reason .

Platí pro