ReflectedAsyncActionDescriptor.CompletedMethodInfo Property

Gets the method information for the asynchronous completion method.

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

function get CompletedMethodInfo () : MethodInfo 
private function set CompletedMethodInfo (value : MethodInfo)

Property Value

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