TaskAsyncActionDescriptor Constructor
Initializes a new instance of the TaskAsyncActionDescriptor class.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
new : taskMethodInfo:MethodInfo * actionName:string * controllerDescriptor:ControllerDescriptor -> TaskAsyncActionDescriptor
Parameters
- taskMethodInfo
- Type: System.Reflection.MethodInfo
The task method information.
- actionName
- Type: System.String
The action name.
- controllerDescriptor
- Type: System.Web.Mvc.ControllerDescriptor
The controller descriptor.
Show: