ReflectedAsyncActionDescriptor Methods
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | BeginExecute(ControllerContext, IDictionary(Of String, Object), AsyncCallback, Object) | Begins running the asynchronous action method by using the specified parameters and controller context.(Overrides AsyncActionDescriptor.BeginExecute(ControllerContext, IDictionary(Of String, Object), AsyncCallback, Object).) |
![]() | EndExecute(IAsyncResult) | Returns the result of an asynchronous operation.(Overrides AsyncActionDescriptor.EndExecute(IAsyncResult).) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Execute(ControllerContext, IDictionary(Of String, Object)) | Executes the asynchronous action method by using the specified parameters and controller context.(Inherited from AsyncActionDescriptor.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetCustomAttributes(Boolean) | Returns an array of custom attributes that are defined for this member, excluding named attributes.(Overrides ActionDescriptor.GetCustomAttributes(Boolean).) |
![]() | GetCustomAttributes(Type, Boolean) | Returns an array of custom attributes that are defined for this member, identified by type.(Overrides ActionDescriptor.GetCustomAttributes(Type, Boolean).) |
![]() | GetFilterAttributes(Boolean) | Gets the filter attributes.(Overrides ActionDescriptor.GetFilterAttributes(Boolean).) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetParameters() | Returns the parameters of the action method.(Overrides ActionDescriptor.GetParameters().) |
![]() | GetSelectors() | Returns the action-method selectors.(Overrides ActionDescriptor.GetSelectors().) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefined(Type, Boolean) | Determines whether one or more instances of the specified attribute type are defined for the action member.(Overrides ActionDescriptor.IsDefined(Type, Boolean).) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |

