System.Web.Management.WebEventCodes.ApplicationShutdownUnloadAppDomainCalled Field

Represents the event code indicating that the application domain was explicitly unloaded. This field is constant.

Value: 50005

Syntax

public const int ApplicationShutdownUnloadAppDomainCalled

Remarks

WebEventCodes.ApplicationShutdownUnloadAppDomainCalled is the detail code that specifies the cause of the shutdown.

When the application domain is explicitly unloaded, ASP.NET raises a System.Web.Management.WebApplicationLifetimeEvent with a major code of WebEventCodes.ApplicationShutdown and a detail code of WebEventCodes.ApplicationShutdownUnloadAppDomainCalled.

Requirements

Namespace: System.Web.Management
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0