Share via


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)

Syntax

'Declaration
Public Property AsyncMethodInfo As MethodInfo
    Get
    Private Set
public MethodInfo AsyncMethodInfo { get; private set; }
public:
property MethodInfo^ AsyncMethodInfo {
    MethodInfo^ get ();
    private: void set (MethodInfo^ value);
}

Property Value

Type: System.Reflection.MethodInfo
The method information for the asynchronous action method.

See Also

Reference

ReflectedAsyncActionDescriptor Class

System.Web.Mvc.Async Namespace