TaskAsyncActionDescriptor(MethodInfo, String, ControllerDescriptor) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der TaskAsyncActionDescriptor-Klasse.
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)
Parameter
- taskMethodInfo
- MethodInfo
Die "Task"-Methodeninformationen.
- actionName
- String
Der Aktionsname.
- controllerDescriptor
- ControllerDescriptor
Der Controllerdeskriptor.