ActionExecutionDelegate Delegat

Definition

Ein Delegat, der asynchron einen ActionExecutedContext zurückgibt, der angibt, dass die Aktion oder der nächste Aktionsfilter ausgeführt wurde.

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) 

Rückgabewert

Eine Task , die bei Abschluss einen ActionExecutedContextzurückgibt.

Gilt für: