ActionExecutionDelegate Delegát

Definice

Delegát, který asynchronně vrátí ActionExecutedContext indikující akci nebo další filtr akcí se spustil.

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

Task<ActionExecutedContext>

Při Task dokončení vrátí hodnotu ActionExecutedContext.

Platí pro