ApplicationManager.ShutdownApplication(String) 메서드

정의

지정된 애플리케이션을 언로드합니다.

public:
 void ShutdownApplication(System::String ^ appId);
public void ShutdownApplication(string appId);
member this.ShutdownApplication : string -> unit
Public Sub ShutdownApplication (appId As String)

매개 변수

appId
String

언로드할 애플리케이션의 고유 식별자입니다.

예외

appIdnull입니다.

설명

메서드를 ShutdownApplication 호출하는 것은 특정 애플리케이션 도메인에 HostingEnvironment.InitiateShutdown 대한 메서드를 호출하는 것과 동일합니다. 그러나 이 메서드는 ShutdownApplication 외부 관리되는 애플리케이션 도메인에서 호출할 수 있습니다.

적용 대상