다음을 통해 공유


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를 WebApplicationLifetimeEvent 의 주요 코드를 사용 하 여 ApplicationStart입니다.

적용 대상

추가 정보