WebEventCodes.ApplicationShutdownBuildManagerChange Field

Definition

Represents the event code indicating that the build manager has made a change that requires the application domain to be shut down.

public: int ApplicationShutdownBuildManagerChange = 50017;
public const int ApplicationShutdownBuildManagerChange = 50017;
val mutable ApplicationShutdownBuildManagerChange : int
Public Const ApplicationShutdownBuildManagerChange As Integer  = 50017

Field Value

Value = 50017

Remarks

ApplicationShutdownBuildManagerChange is the detail code that specifies the cause of the shutdown.

When the build manager has made a change that requires the application domain to be shut down, ASP.NET raises a WebApplicationLifetimeEvent with a major code of ApplicationShutdown and a detail code of ApplicationShutdownBuildManagerChange.

Applies to

See also