BuildManagerHostUnloadEventArgs(ApplicationShutdownReason) Konstruktor

Definition

Initierar en ny instans av BuildManagerHostUnloadEventArgs klassen.

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)

Parametrar

reason
ApplicationShutdownReason

Orsaken till den värdbaserade programdomänavstängningen.

Kommentarer

Den här konstruktorn skapar en ny instans av BuildManagerHostUnloadEventArgs med egenskapen inställd på Reasonreason.

Gäller för