ReflectedAsyncActionDescriptor Properties
Visual Studio 2010
The ReflectedAsyncActionDescriptor type exposes the following members.
| Name | Description | |
|---|---|---|
|
ActionName | Gets the name of the action method. (Overrides ActionDescriptor.ActionName.) |
|
AsyncMethodInfo | Gets the method information for the asynchronous action method. |
|
CompletedMethodInfo | Gets the method information for the asynchronous completion method. |
|
ControllerDescriptor | Gets the controller descriptor for the asynchronous action method. (Overrides ActionDescriptor.ControllerDescriptor.) |
Community Additions
ADD
Show: