TaskAsyncActionDescriptor.TaskMethodInfo Property

Gets information for the asynchronous task.

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

member TaskMethodInfo : MethodInfo with get, private set

Property Value

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