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

適用於