다음을 통해 공유


ReflectedAsyncActionDescriptor.BeginExecute 메서드

정의

지정된 매개 변수와 컨트롤러 컨텍스트를 사용하여 비동기 동작 메서드를 실행하기 시작합니다.

public override IAsyncResult BeginExecute (System.Web.Mvc.ControllerContext controllerContext, System.Collections.Generic.IDictionary<string,object> parameters, AsyncCallback callback, object state);
override this.BeginExecute : System.Web.Mvc.ControllerContext * System.Collections.Generic.IDictionary<string, obj> * AsyncCallback * obj -> IAsyncResult
Public Overrides Function BeginExecute (controllerContext As ControllerContext, parameters As IDictionary(Of String, Object), callback As AsyncCallback, state As Object) As IAsyncResult

매개 변수

controllerContext
ControllerContext

컨트롤러 컨텍스트입니다.

parameters
IDictionary<String,Object>

동작 메서드의 매개 변수입니다.

callback
AsyncCallback

콜백 메서드입니다.

state
Object

콜백 메서드에서 사용할 정보가 들어 있는 개체입니다. 이 매개 변수는 null일 수 있습니다.

반환

비동기 호출의 결과가 들어 있는 개체입니다.

적용 대상