TaskAsyncActionDescriptor(MethodInfo, String, ControllerDescriptor) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.