다음을 통해 공유


TaskAsyncActionDescriptor(MethodInfo, String, ControllerDescriptor) 생성자

정의

TaskAsyncActionDescriptor 클래스의 새 인스턴스를 초기화합니다.

public TaskAsyncActionDescriptor(System.Reflection.MethodInfo taskMethodInfo, string actionName, System.Web.Mvc.ControllerDescriptor controllerDescriptor);
new System.Web.Mvc.Async.TaskAsyncActionDescriptor : System.Reflection.MethodInfo * string * System.Web.Mvc.ControllerDescriptor -> System.Web.Mvc.Async.TaskAsyncActionDescriptor
Public Sub New (taskMethodInfo As MethodInfo, actionName As String, controllerDescriptor As ControllerDescriptor)

매개 변수

taskMethodInfo
MethodInfo

작업 메서드 정보입니다.

actionName
String

작업 이름입니다.

controllerDescriptor
ControllerDescriptor

컨트롤러 설명자입니다.

적용 대상