Compartir a través de


TaskAsyncActionDescriptor(MethodInfo, String, ControllerDescriptor) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

taskMethodInfo
MethodInfo

Información de método del a tarea.

actionName
String

Nombre de la acción.

controllerDescriptor
ControllerDescriptor

El descriptor del controlador.

Se aplica a