TaskAsyncActionDescriptor(MethodInfo, String, ControllerDescriptor) Constructor

Definition

Initializes a new instance of the TaskAsyncActionDescriptor class.

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)

Parameters

taskMethodInfo
MethodInfo

The task method information.

actionName
String

The action name.

controllerDescriptor
ControllerDescriptor

The controller descriptor.

Applies to