다음을 통해 공유


TaskAsyncActionDescriptor 클래스

정의

작업 메서드가 Task 또는 Task<T> 를 반환하는 경우 는 TaskAsyncActionDescriptor 작업에 대한 정보를 제공합니다.

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

생성자

TaskAsyncActionDescriptor(MethodInfo, String, ControllerDescriptor)

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

속성

ActionName

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

ControllerDescriptor

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

MethodInfo

작업 메서드가 Task 또는 Task<T> 를 반환하는 경우 는 TaskAsyncActionDescriptor 작업에 대한 정보를 제공합니다.

TaskMethodInfo

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

UniqueId

작업의 고유 ID를 가져옵니다.

메서드

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

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

EndExecute(IAsyncResult)

비동기 작업을 종료합니다.

Execute(ControllerContext, IDictionary<String,Object>)

비동기 동작 메서드를 실행합니다.

GetCustomAttributes(Boolean)

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

GetCustomAttributes(Type, Boolean)

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

GetFilterAttributes(Boolean)

이 멤버에 적용된 모든 사용자 지정 특성의 배열을 반환합니다.

GetFilters()
사용되지 않음.

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

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

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

GetSelectors()

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

IsDefined(Type, Boolean)

이 멤버에 대해 지정된 사용자 지정 특성의 인스턴스가 하나 이상 정의되어 있는지를 나타내는 값을 반환합니다.

적용 대상