다음을 통해 공유


Controller.IAsyncController.EndExecute(IAsyncResult) 메서드

정의

이 메서드는 EndExecute 메서드를 호출합니다.

void IAsyncController.EndExecute (IAsyncResult asyncResult);
abstract member System.Web.Mvc.Async.IAsyncController.EndExecute : IAsyncResult -> unit
override this.System.Web.Mvc.Async.IAsyncController.EndExecute : IAsyncResult -> unit
Sub EndExecute (asyncResult As IAsyncResult) Implements IAsyncController.EndExecute

매개 변수

asyncResult
IAsyncResult

작업의 비동기 결과입니다.

구현

적용 대상