TaskAsyncActionDescriptor Constructor

Initializes a new instance of the TaskAsyncActionDescriptor class.

Namespace:  System.Web.Mvc.Async
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public function TaskAsyncActionDescriptor(
	taskMethodInfo : MethodInfo, 
	actionName : String, 
	controllerDescriptor : ControllerDescriptor
)

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: