ReflectedAsyncActionDescriptor::CompletedMethodInfo Property
Visual Studio 2010
Gets the method information for the asynchronous completion method.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property MethodInfo^ CompletedMethodInfo { MethodInfo^ get (); private: void set (MethodInfo^ value); }
Property Value
Type: System.Reflection::MethodInfoThe method information for the asynchronous completion method.
Community Additions
ADD
Show: