Subscriber portal
Invokes the asynchronous action method using the specified parameters, controller context callback and state.(Overrides AsyncActionDescriptor::BeginExecute(ControllerContext^, IDictionary<String^, Object^>^, AsyncCallback^, Object^).)
Ends the asynchronous operation.(Overrides AsyncActionDescriptor::EndExecute(IAsyncResult^).)
(Inherited from Object.)
Executes the asynchronous action method(Overrides AsyncActionDescriptor::Execute(ControllerContext^, IDictionary<String^, Object^>^).)
Returns an array of custom attributes that are defined for this member, excluding named attributes.(Overrides ActionDescriptor::GetCustomAttributes(Boolean).)
Returns an array of custom attributes that are defined for this member, identified by type.(Overrides ActionDescriptor::GetCustomAttributes(Type^, Boolean).)
Returns an array of all custom attributes applied to this member.(Overrides ActionDescriptor::GetFilterAttributes(Boolean).)
Returns the parameters of the asynchronous action method.(Overrides ActionDescriptor::GetParameters().)
Returns the asynchronous action-method selectors.(Overrides ActionDescriptor::GetSelectors().)
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).)
TaskAsyncActionDescriptor ClassSystem.Web.Mvc.Async Namespace