System.Web.Compilation.BuildManagerHostUnloadEventArgs Class

Contains event data for the ClientBuildManager.AppDomainShutdown event and the ClientBuildManager.AppDomainUnloaded event.

See Also: BuildManagerHostUnloadEventArgs Members

Syntax

public class BuildManagerHostUnloadEventArgs : EventArgs

Remarks

When an AppDomain instance is shut down or unloaded, an ClientBuildManager.AppDomainShutdown event or an ClientBuildManager.AppDomainUnloaded event is raised, respectively. The System.Web.Compilation.BuildManagerHostUnloadEventArgs object stores the reason for the shutdown or unload and is passed to the event handler as one of its parameters.

Requirements

Namespace: System.Web.Compilation
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0