WebEventCodes.ApplicationShutdown 필드

정의

애플리케이션이 종료되었음을 나타내는 이벤트 코드를 나타냅니다. 이 필드는 상수입니다.

public: int ApplicationShutdown = 1002;
public const int ApplicationShutdown = 1002;
val mutable ApplicationShutdown : int
Public Const ApplicationShutdown As Integer  = 1002

필드 값

Value = 1002

설명

ApplicationShutdown 은 주 코드이고 해당 값이 .보다 ApplicationCodeBase큽다. ASP.NET 애플리케이션이 종료되면 관련 WebApplicationLifetimeEvent 이벤트를 발생합니다.

적용 대상

추가 정보