ReflectedAsyncActionDescriptor.AsyncMethodInfo Property

 

Gets the method information for the asynchronous action method.

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

member AsyncMethodInfo : MethodInfo with get, private set

Property Value

Type: System.Reflection.MethodInfo

The method information for the asynchronous action method.

Return to top
Show: