Sdílet prostřednictvím


TaskAsyncActionDescriptor(MethodInfo, String, ControllerDescriptor) Konstruktor

Definice

Inicializuje novou instanci TaskAsyncActionDescriptor třídy.

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)

Parametry

taskMethodInfo
MethodInfo

Informace o metodě úkolu.

actionName
String

Název akce.

controllerDescriptor
ControllerDescriptor

Popisovač kontroleru.

Platí pro