다음을 통해 공유


Controller.EndExecute(IAsyncResult) 메서드

정의

현재 컨트롤러 컨텍스트에서 작업 호출을 종료합니다.

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

매개 변수

asyncResult
IAsyncResult

비동기 결과입니다.

구현

적용 대상