TaskAsyncActionDescriptor.GetSelectors Method

Returns the asynchronous action-method selectors.

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

'Declaration
Public Overrides Function GetSelectors As ICollection(Of ActionSelector)
'Usage
Dim instance As TaskAsyncActionDescriptor 
Dim returnValue As ICollection(Of ActionSelector)

returnValue = instance.GetSelectors()

Return Value

Type: System.Collections.Generic.ICollection(Of ActionSelector)
The asynchronous action-method selectors.
Show: