C# 클래스 IVO.CMS.Web.Internal.Mvc.ReflectedTaskAsyncActionDescriptor

상속: System.Web.Mvc.Async.AsyncActionDescriptor
파일 보기 프로젝트 열기: JamesDunne/ivo-cms

공개 메소드들

메소드 설명
BeginExecute ( System.Web.Mvc.ControllerContext controllerContext, object>.IDictionary parameters, AsyncCallback callback, object state ) : IAsyncResult
CreateIfTaskAsync ( System.Web.Mvc.ActionDescriptor actionDescriptor ) : System.Web.Mvc.ActionDescriptor
EndExecute ( IAsyncResult asyncResult ) : object
GetParameters ( ) : System.Web.Mvc.ParameterDescriptor[]

보호된 메소드들

메소드 설명
ReflectedTaskAsyncActionDescriptor ( System.Web.Mvc.ReflectedActionDescriptor actionDescriptor ) : System

비공개 메소드들

메소드 설명
GetResult ( IAsyncResult asyncResult ) : object
IsTaskOfActionResult ( Type type ) : bool

메소드 상세

BeginExecute() 공개 메소드

public BeginExecute ( System.Web.Mvc.ControllerContext controllerContext, object>.IDictionary parameters, AsyncCallback callback, object state ) : IAsyncResult
controllerContext System.Web.Mvc.ControllerContext
parameters object>.IDictionary
callback AsyncCallback
state object
리턴 IAsyncResult

CreateIfTaskAsync() 공개 정적인 메소드

public static CreateIfTaskAsync ( System.Web.Mvc.ActionDescriptor actionDescriptor ) : System.Web.Mvc.ActionDescriptor
actionDescriptor System.Web.Mvc.ActionDescriptor
리턴 System.Web.Mvc.ActionDescriptor

EndExecute() 공개 메소드

public EndExecute ( IAsyncResult asyncResult ) : object
asyncResult IAsyncResult
리턴 object

GetParameters() 공개 메소드

public GetParameters ( ) : System.Web.Mvc.ParameterDescriptor[]
리턴 System.Web.Mvc.ParameterDescriptor[]

ReflectedTaskAsyncActionDescriptor() 보호된 메소드

protected ReflectedTaskAsyncActionDescriptor ( System.Web.Mvc.ReflectedActionDescriptor actionDescriptor ) : System
actionDescriptor System.Web.Mvc.ReflectedActionDescriptor
리턴 System