Page.AspCompatEndProcessRequest(IAsyncResult) 메서드

정의

ASP 리소스에 대한 요청을 종료합니다. 이 메서드는 이전 ASP 애플리케이션과의 호환성을 위해 제공됩니다.

protected:
 void AspCompatEndProcessRequest(IAsyncResult ^ result);
protected void AspCompatEndProcessRequest (IAsyncResult result);
member this.AspCompatEndProcessRequest : IAsyncResult -> unit
Protected Sub AspCompatEndProcessRequest (result As IAsyncResult)

매개 변수

result
IAsyncResult

요청으로 생성된 ASP 페이지입니다.

설명

이 메서드를 호출하지 마세요.

적용 대상