TaskAsyncActionDescriptor Class
When an action method returns either Task or Task<T> the TaskAsyncActionDescriptor provides information about the action.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
System::Object
System.Web.Mvc::ActionDescriptor
System.Web.Mvc.Async::AsyncActionDescriptor
System.Web.Mvc.Async::TaskAsyncActionDescriptor
System.Web.Mvc::ActionDescriptor
System.Web.Mvc.Async::AsyncActionDescriptor
System.Web.Mvc.Async::TaskAsyncActionDescriptor
| Name | Description | |
|---|---|---|
![]() | TaskAsyncActionDescriptor(MethodInfo^, String^, ControllerDescriptor^) | Initializes a new instance of the TaskAsyncActionDescriptor class. |
| Name | Description | |
|---|---|---|
![]() | ActionName | Gets the name of the action method.(Overrides ActionDescriptor::ActionName.) |
![]() | ControllerDescriptor | Gets the controller descriptor.(Overrides ActionDescriptor::ControllerDescriptor.) |
![]() | MethodInfo | |
![]() | TaskMethodInfo | Gets information for the asynchronous task. |
![]() | UniqueId | Gets the unique ID for the task.(Overrides ActionDescriptor::UniqueId.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


