ActionExecutionDelegate Delegato

Definizione

Delegato che restituisce in modo asincrono un ActionExecutedContext oggetto che indica l'azione o il filtro dell'azione successivo è stato eseguito.

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) 

Valore restituito

Oggetto Task che al completamento restituisce un ActionExecutedContextoggetto .

Si applica a