ReflectedAsyncActionDescriptor Class

 

Provides information about an asynchronous action method, such as its name, controller, parameters, attributes, and filters.

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

System.Object
  System.Web.Mvc.ActionDescriptor
    System.Web.Mvc.Async.AsyncActionDescriptor
      System.Web.Mvc.Async.ReflectedAsyncActionDescriptor

Public Class ReflectedAsyncActionDescriptor
	Inherits AsyncActionDescriptor
	Implements IMethodInfoActionDescriptor

NameDescription
System_CAPS_pubmethodReflectedAsyncActionDescriptor(MethodInfo, MethodInfo, String, ControllerDescriptor)

Initializes a new instance of the ReflectedAsyncActionDescriptor class.

NameDescription
System_CAPS_pubpropertyActionName

Gets the name of the action method.(Overrides ActionDescriptor.ActionName.)

System_CAPS_pubpropertyAsyncMethodInfo

Gets the method information for the asynchronous action method.

System_CAPS_pubpropertyCompletedMethodInfo

Gets the method information for the asynchronous completion method.

System_CAPS_pubpropertyControllerDescriptor

Gets the controller descriptor for the asynchronous action method.(Overrides ActionDescriptor.ControllerDescriptor.)

System_CAPS_pubpropertyMethodInfo

System_CAPS_pubpropertyUniqueId

Gets the lazy initialized unique ID of the instance of this class.(Overrides ActionDescriptor.UniqueId.)

NameDescription
System_CAPS_pubmethodBeginExecute(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).)

System_CAPS_pubmethodEndExecute(IAsyncResult)

Returns the result of an asynchronous operation.(Overrides AsyncActionDescriptor.EndExecute(IAsyncResult).)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodExecute(ControllerContext, IDictionary(Of String, Object))

Executes the asynchronous action method by using the specified parameters and controller context.(Inherited from AsyncActionDescriptor.)

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.(Overrides ActionDescriptor.GetCustomAttributes(Boolean).)

System_CAPS_pubmethodGetCustomAttributes(Type, Boolean)

Returns an array of custom attributes that are defined for this member, identified by type.(Overrides ActionDescriptor.GetCustomAttributes(Type, Boolean).)

System_CAPS_pubmethodGetFilterAttributes(Boolean)

Gets the filter attributes.(Overrides ActionDescriptor.GetFilterAttributes(Boolean).)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetParameters()

Returns the parameters of the action method.(Overrides ActionDescriptor.GetParameters().)

System_CAPS_pubmethodGetSelectors()

Returns the action-method selectors.(Overrides ActionDescriptor.GetSelectors().)

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 the action member.(Overrides ActionDescriptor.IsDefined(Type, Boolean).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: