TaskAsyncActionDescriptor.TaskMethodInfo Property

Gets information for the asynchronous task.

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

public MethodInfo TaskMethodInfo { get; private set; }

Property Value

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