TaskAsyncActionDescriptor::TaskMethodInfo Property

Gets information for the asynchronous task.

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

public:
property MethodInfo^ TaskMethodInfo {
	MethodInfo^ get ();
	private: void set (MethodInfo^ value);
}

Property Value

Type: System.Reflection::MethodInfo
Information for the asynchronous task.
Show: