ReflectedAsyncActionDescriptor 클래스

정의

비동기 동작 메서드의 이름, 컨트롤러, 매개 변수, 특성, 필터와 같은 비동기 동작 메서드에 대한 정보를 제공합니다.

public class ReflectedAsyncActionDescriptor : System.Web.Mvc.Async.AsyncActionDescriptor, System.Web.Mvc.IMethodInfoActionDescriptor
type ReflectedAsyncActionDescriptor = class
    inherit AsyncActionDescriptor
    interface IMethodInfoActionDescriptor
Public Class ReflectedAsyncActionDescriptor
Inherits AsyncActionDescriptor
Implements IMethodInfoActionDescriptor
상속
ReflectedAsyncActionDescriptor
구현

생성자

ReflectedAsyncActionDescriptor(MethodInfo, MethodInfo, String, ControllerDescriptor)

ReflectedAsyncActionDescriptor 클래스의 새 인스턴스를 초기화합니다.

속성

ActionName

동작 메서드의 이름을 가져옵니다.

AsyncMethodInfo

비동기 동작 메서드에 대한 메서드 정보를 가져옵니다.

CompletedMethodInfo

비동기 완료 메서드에 대한 메서드 정보를 가져옵니다.

ControllerDescriptor

비동기 동작 메서드에 대한 컨트롤러 설명자를 가져옵니다.

MethodInfo

비동기 동작 메서드의 이름, 컨트롤러, 매개 변수, 특성, 필터와 같은 비동기 동작 메서드에 대한 정보를 제공합니다.

UniqueId

이 클래스 인스턴스의 초기화 지연된 고유 ID를 가져옵니다.

메서드

BeginExecute(ControllerContext, IDictionary<String,Object>, AsyncCallback, Object)

지정된 매개 변수와 컨트롤러 컨텍스트를 사용하여 비동기 동작 메서드를 실행하기 시작합니다.

EndExecute(IAsyncResult)

비동기 작업의 결과를 반환합니다.

Execute(ControllerContext, IDictionary<String,Object>)

지정된 매개 변수와 컨트롤러 컨텍스트를 사용하여 비동기 동작 메서드를 실행합니다.

(다음에서 상속됨 AsyncActionDescriptor)
GetCustomAttributes(Boolean)

이 멤버에 대해 정의된 사용자 지정 특성의 배열을 반환합니다(명명된 특성 제외).

GetCustomAttributes(Type, Boolean)

이 멤버에 대해 정의된 사용자 지정 특성의 배열을 반환합니다(형식으로 식별됨).

GetFilterAttributes(Boolean)

필터 특성을 가져옵니다.

GetFilters()
사용되지 않음.

이 동작 메서드에 연결된 필터를 반환합니다.

(다음에서 상속됨 ActionDescriptor)
GetParameters()

동작 메서드의 매개 변수를 반환합니다.

GetSelectors()

동작 메서드 선택기를 반환합니다.

IsDefined(Type, Boolean)

작업 멤버에 대해 지정된 특성 형식의 인스턴스가 하나 이상 정의되어 있는지 확인합니다.

적용 대상