다음을 통해 공유


MvcHandler.EndProcessRequest(IAsyncResult) 메서드

정의

비동기 요청 처리가 종료될 때 ASP.NET에서 호출됩니다.

protected internal virtual void EndProcessRequest (IAsyncResult asyncResult);
abstract member EndProcessRequest : IAsyncResult -> unit
override this.EndProcessRequest : IAsyncResult -> unit
Protected Friend Overridable Sub EndProcessRequest (asyncResult As IAsyncResult)

매개 변수

asyncResult
IAsyncResult

비동기 결과입니다.

적용 대상