BuildManagerHostUnloadEventArgs(ApplicationShutdownReason) Constructor

Definitie

Initialiseert een nieuw exemplaar van de BuildManagerHostUnloadEventArgs klasse.

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)

Parameters

reason
ApplicationShutdownReason

De reden voor het afsluiten van het gehoste toepassingsdomein.

Opmerkingen

Met deze constructor wordt een nieuw exemplaar gemaakt waarvan BuildManagerHostUnloadEventArgs de Reason eigenschap is ingesteld op reason.

Van toepassing op