HttpRuntime.AppDomainId 속성

정의

HttpRuntime 인스턴스가 있는 애플리케이션 도메인의 도메인 ID를 가져옵니다.

public:
 static property System::String ^ AppDomainId { System::String ^ get(); };
public static string AppDomainId { get; }
member this.AppDomainId : string
Public Shared ReadOnly Property AppDomainId As String

속성 값

String

고유한 애플리케이션 도메인 식별자입니다.

설명

AppDomainID 애플리케이션 다시 시작 되 고 새 애플리케이션 도메인을 만들어질 때마다를 변경 합니다.

적용 대상