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 vypnutí domény hostované aplikace

Poznámky

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

Platí pro