AsyncControllerActionInvoker Methods

 

Namespace:   System.Web.Mvc.Async
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodBeginInvokeAction(ControllerContext^, String^, AsyncCallback^, Object^)

Invokes the asynchronous action method by using the specified controller context, action name, callback method, and state.

System_CAPS_protmethodBeginInvokeActionMethod(ControllerContext^, ActionDescriptor^, IDictionary<String^, Object^>^, AsyncCallback^, Object^)

Invokes the asynchronous action method by using the specified controller context, action descriptor, parameters, callback method, and state.

System_CAPS_protmethodBeginInvokeActionMethodWithFilters(ControllerContext^, IList<IActionFilter^>^, ActionDescriptor^, IDictionary<String^, Object^>^, AsyncCallback^, Object^)

Invokes the asynchronous action method by using the specified controller context, filters, action descriptor, parameters, callback method, and state.

System_CAPS_protmethodCreateActionResult(ControllerContext^, ActionDescriptor^, Object^)

Creates the action result.(Inherited from ControllerActionInvoker.)

System_CAPS_pubmethodEndInvokeAction(IAsyncResult^)

Cancels the action.

System_CAPS_protmethodEndInvokeActionMethod(IAsyncResult^)

Cancels the action.

System_CAPS_protmethodEndInvokeActionMethodWithFilters(IAsyncResult^)

Cancels the action.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodFindAction(ControllerContext^, ControllerDescriptor^, String^)

Finds the information about the action method.(Inherited from ControllerActionInvoker.)

System_CAPS_protmethodGetControllerDescriptor(ControllerContext^)

Returns the controller descriptor.(Overrides ControllerActionInvoker::GetControllerDescriptor(ControllerContext^).)

System_CAPS_protmethodGetFilters(ControllerContext^, ActionDescriptor^)

Retrieves information about the action filters.(Inherited from ControllerActionInvoker.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetParameterValue(ControllerContext^, ParameterDescriptor^)

Gets the value of the specified action-method parameter.(Inherited from ControllerActionInvoker.)

System_CAPS_protmethodGetParameterValues(ControllerContext^, ActionDescriptor^)

Gets the values of the action-method parameters.(Inherited from ControllerActionInvoker.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInvokeAction(ControllerContext^, String^)

Invokes the specified action by using the specified controller context.(Inherited from ControllerActionInvoker.)

System_CAPS_protmethodInvokeActionMethod(ControllerContext^, ActionDescriptor^, IDictionary<String^, Object^>^)

Invokes the specified action method by using the specified parameters and the controller context.(Inherited from ControllerActionInvoker.)

System_CAPS_protmethodInvokeActionMethodWithFilters(ControllerContext^, IList<IActionFilter^>^, ActionDescriptor^, IDictionary<String^, Object^>^)

Invokes the specified action method by using the specified parameters, controller context, and action filters.(Inherited from ControllerActionInvoker.)

System_CAPS_protmethodInvokeActionResult(ControllerContext^, ActionResult^)

Invokes the specified action result by using the specified controller context.(Inherited from ControllerActionInvoker.)

System_CAPS_protmethodInvokeActionResultWithFilters(ControllerContext^, IList<IResultFilter^>^, ActionResult^)

Invokes the specified action result by using the specified action filters and the controller context.(Inherited from ControllerActionInvoker.)

System_CAPS_protmethodInvokeAuthenticationFilters(ControllerContext^, IList<IAuthenticationFilter^>^, ActionDescriptor^)

(Inherited from ControllerActionInvoker.)

System_CAPS_protmethodInvokeAuthenticationFiltersChallenge(ControllerContext^, IList<IAuthenticationFilter^>^, ActionDescriptor^, ActionResult^)

(Inherited from ControllerActionInvoker.)

System_CAPS_protmethodInvokeAuthorizationFilters(ControllerContext^, IList<IAuthorizationFilter^>^, ActionDescriptor^)

Invokes the specified authorization filters by using the specified action descriptor and controller context.(Inherited from ControllerActionInvoker.)

System_CAPS_protmethodInvokeExceptionFilters(ControllerContext^, IList<IExceptionFilter^>^, Exception^)

Invokes the specified exception filters by using the specified exception and controller context.(Inherited from ControllerActionInvoker.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: