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

适用于