WebEventCodes::ApplicationCompilationEnd Field

 

Represents the event code indicating that the compilation of the application has finished. This field is constant.

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

public:
literal int ApplicationCompilationEnd

Field Value

Type: System::Int32

The ApplicationCompilationEnd value is a major code and its value is greater than the ApplicationCodeBase value. ASP.NET raises the related WebApplicationLifetimeEvent event when the compilation of the application ends.

.NET Framework
Available since 2.0
Return to top
Show: