Udostępnij przez


ActionExecutionDelegate Delegat

Definicja

Delegat, który asynchronicznie zwraca wartość wskazującą ActionExecutedContext akcję lub następny filtr akcji został wykonany.

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) 

Wartość zwracana

Element Task po zakończeniu zwraca wartość ActionExecutedContext.

Dotyczy