ActionExecutionDelegate 대리자

정의

동작 또는 다음 작업 필터가 실행되었음을 나타내는 를 ActionExecutedContext 비동기적으로 반환하는 대리자입니다.

public delegate System::Threading::Tasks::Task<Microsoft::AspNetCore::Mvc::Filters::ActionExecutedContext ^> ^ ActionExecutionDelegate();
public delegate System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext> ActionExecutionDelegate();
type ActionExecutionDelegate = delegate of unit -> Task<ActionExecutedContext>
Public Delegate Function ActionExecutionDelegate() As Task(Of ActionExecutedContext) 

반환 값

Task 완료 시 가 를 반환하는 입니다ActionExecutedContext.

적용 대상