다음을 통해 공유


AsyncActionDescriptor 클래스

정의

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

public abstract class AsyncActionDescriptor : System.Web.Mvc.ActionDescriptor
type AsyncActionDescriptor = class
    inherit ActionDescriptor
Public MustInherit Class AsyncActionDescriptor
Inherits ActionDescriptor
상속
AsyncActionDescriptor
파생

생성자

AsyncActionDescriptor()

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

속성

ActionName

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

(다음에서 상속됨 ActionDescriptor)
ControllerDescriptor

컨트롤러 설명자를 가져옵니다.

(다음에서 상속됨 ActionDescriptor)
UniqueId

초기화 지연을 사용하여 동작 설명자의 고유 ID를 가져옵니다.

(다음에서 상속됨 ActionDescriptor)

메서드

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

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

EndExecute(IAsyncResult)

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

Execute(ControllerContext, IDictionary<String,Object>)

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

GetCustomAttributes(Boolean)

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

(다음에서 상속됨 ActionDescriptor)
GetCustomAttributes(Type, Boolean)

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

(다음에서 상속됨 ActionDescriptor)
GetFilterAttributes(Boolean)

필터 특성을 가져옵니다.

(다음에서 상속됨 ActionDescriptor)
GetFilters()
사용되지 않음.

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

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

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

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

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

(다음에서 상속됨 ActionDescriptor)
IsDefined(Type, Boolean)

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

(다음에서 상속됨 ActionDescriptor)

적용 대상