TaskAsyncActionDescriptor.GetParameters Method
Returns the parameters of the asynchronous action method.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Overrides Function GetParameters As ParameterDescriptor() 'Usage Dim instance As TaskAsyncActionDescriptor Dim returnValue As ParameterDescriptor() returnValue = instance.GetParameters()
Return Value
Type: System.Web.Mvc.ParameterDescriptor()The parameters of the asynchronous action method.
Show: