ReflectedAsyncActionDescriptor.CompletedMethodInfo Property

Visual Studio 2010

Gets the method information for the asynchronous completion method.

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

'Declaration
Public Property CompletedMethodInfo As MethodInfo
	Get
	Private Set

Property Value

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

Community Additions

ADD
Show: