次の方法で共有


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

適用対象