TaskAsyncActionDescriptor Constructor (MethodInfo^, String^, ControllerDescriptor^)

 

Initializes a new instance of the TaskAsyncActionDescriptor class.

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

public:
TaskAsyncActionDescriptor(
	MethodInfo^ taskMethodInfo,
	String^ actionName,
	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.

Return to top
Show: