BuildManagerHostUnloadEventArgs(ApplicationShutdownReason) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

reason
ApplicationShutdownReason

Causa del cierre del dominio de aplicación hospedado.

Comentarios

Este constructor crea una nueva instancia de BuildManagerHostUnloadEventArgs con la Reason propiedad establecida en reason .

Se aplica a