TaskAsyncActionDescriptor.TaskMethodInfo Property

Gets information for the asynchronous task.

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

'Declaration
Public Property TaskMethodInfo As MethodInfo 
	Get 
	Private Set
'Usage
Dim instance As TaskAsyncActionDescriptor 
Dim value As MethodInfo 

value = instance.TaskMethodInfo

Property Value

Type: System.Reflection.MethodInfo
Information for the asynchronous task.
Show: