ActionExecutionDelegate Delegát

Definice

Delegát, který asynchronně vrací indikující ActionExecutedContext akci nebo filtr další akce byl proveden.

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) 

Návratová hodnota

Hodnota , Task která při dokončení vrátí ActionExecutedContexthodnotu .

Platí pro