WebEventCodes.ApplicationStart 필드

정의

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

public: int ApplicationStart = 1001;
public const int ApplicationStart = 1001;
val mutable ApplicationStart : int
Public Const ApplicationStart As Integer  = 1001

필드 값

Value = 1001

설명

ApplicationStart 는 애플리케이션의 시작을 참조하는 주요 코드입니다. 애플리케이션이 시작되면 ASP.NET WebApplicationLifetimeEvent 주 코드로 ApplicationStart 발생합니다.

적용 대상

추가 정보