TaskAsyncActionDescriptor Methods
The TaskAsyncActionDescriptor type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginExecute | Invokes the asynchronous action method using the specified parameters, controller context callback and state. (Overrides AsyncActionDescriptor.BeginExecute(ControllerContext, IDictionary(Of String, Object), AsyncCallback, Object).) |
|
EndExecute | Ends the asynchronous operation. (Overrides AsyncActionDescriptor.EndExecute(IAsyncResult).) |
|
Equals | (Inherited from Object.) |
|
Execute | Executes the asynchronous action method (Overrides AsyncActionDescriptor.Execute(ControllerContext, IDictionary(Of String, Object)).) |
|
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 | Returns an array of all custom attributes applied to this member. (Overrides ActionDescriptor.GetFilterAttributes(Boolean).) |
|
GetFilters | Obsolete. Returns the filters that are associated with this action method. (Inherited from ActionDescriptor.) |
|
GetHashCode | (Inherited from Object.) |
|
GetParameters | Returns the parameters of the asynchronous action method. (Overrides ActionDescriptor.GetParameters.) |
|
GetSelectors | Returns the asynchronous action-method selectors. (Overrides ActionDescriptor.GetSelectors.) |
|
GetType | (Inherited from Object.) |
|
IsDefined | Returns a value that indicates whether one or more instance of the specified custom attribute are defined for this member. (Overrides ActionDescriptor.IsDefined(Type, Boolean).) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Show: