TaskAsyncActionDescriptor Properties

The TaskAsyncActionDescriptor type exposes the following members.

  Name Description
Public property ActionName Gets the name of the action method. (Overrides ActionDescriptor::ActionName.)
Public property ControllerDescriptor Gets the controller descriptor. (Overrides ActionDescriptor::ControllerDescriptor.)
Public property TaskMethodInfo Gets information for the asynchronous task.
Public property UniqueId Gets the unique ID for the task. (Overrides ActionDescriptor::UniqueId.)
Top
Show: