IHttpAsyncHandler.EndProcessRequest(IAsyncResult) 메서드

정의

처리가 끝날 때 비동기 프로세스 End 메서드를 제공합니다.

public:
 void EndProcessRequest(IAsyncResult ^ result);
public void EndProcessRequest (IAsyncResult result);
abstract member EndProcessRequest : IAsyncResult -> unit
Public Sub EndProcessRequest (result As IAsyncResult)

매개 변수

result
IAsyncResult

프로세스 상태에 대한 정보가 들어 있는 IAsyncResult입니다.

설명

EndProcessRequest를 사용 하 여 비동기 프로세스 중에 catch 된 예외를 발생 시킬 수 있습니다.

적용 대상