ReflectedAsyncActionDescriptor Properties

Include Protected Members
Include Inherited Members

The ReflectedAsyncActionDescriptor type exposes the following members.

Properties

  Name Description
Public property ActionName Gets the name of the action method. (Overrides ActionDescriptor.ActionName.)
Public property AsyncMethodInfo Gets the method information for the asynchronous action method.
Public property CompletedMethodInfo Gets the method information for the asynchronous completion method.
Public property ControllerDescriptor Gets the controller descriptor for the asynchronous action method. (Overrides ActionDescriptor.ControllerDescriptor.)
Public property UniqueId Gets the lazy initialized unique ID of the instance of this class. (Overrides ActionDescriptor.UniqueId.)

Top

See Also

Reference

ReflectedAsyncActionDescriptor Class

System.Web.Mvc.Async Namespace