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)
'Declaration Public Property AsyncMethodInfo As MethodInfo Get Private Set 'Usage Dim instance As ReflectedAsyncActionDescriptor Dim value As MethodInfo value = instance.AsyncMethodInfo
Property Value
Type: System.Reflection.MethodInfoThe method information for the asynchronous action method.
Show: