TaskAsyncActionDescriptor.TaskMethodInfo Property

 

Gets information for the asynchronous task.

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

Public Property TaskMethodInfo As MethodInfo
	Get
	Private Set
End Property

Property Value

Type: System.Reflection.MethodInfo

Information for the asynchronous task.

Return to top
Show: