AsyncActionDescriptor Methods

 

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

NameDescription
System_CAPS_pubmethodBeginExecute(ControllerContext, IDictionary<String, Object>, AsyncCallback, Object)

Invokes the asynchronous action method by using the specified parameters and controller context.

System_CAPS_pubmethodEndExecute(IAsyncResult)

Returns the result of an asynchronous operation.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodExecute(ControllerContext, IDictionary<String, Object>)

Executes the asynchronous action method by using the specified parameters and controller context.(Overrides ActionDescriptor.Execute(ControllerContext, IDictionary<String, Object>).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetCustomAttributes(Boolean)

Returns an array of custom attributes that are defined for this member, excluding named attributes.(Inherited from ActionDescriptor.)

System_CAPS_pubmethodGetCustomAttributes(Type, Boolean)

Returns an array of custom attributes that are defined for this member, identified by type.(Inherited from ActionDescriptor.)

System_CAPS_pubmethodGetFilterAttributes(Boolean)

Gets the filter attributes.(Inherited from ActionDescriptor.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetParameters()

Returns the parameters of the action method.(Inherited from ActionDescriptor.)

System_CAPS_pubmethodGetSelectors()

Returns the action-method selectors.(Inherited from ActionDescriptor.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefined(Type, Boolean)

Determines whether one or more instances of the specified attribute type are defined for this member.(Inherited from ActionDescriptor.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: