ResultExecutionDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate that asynchronously returns an ResultExecutedContext indicating the action result or the next result filter has executed.
public delegate System::Threading::Tasks::Task<Microsoft::AspNetCore::Mvc::Filters::ResultExecutedContext ^> ^ ResultExecutionDelegate();
public delegate System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.Filters.ResultExecutedContext> ResultExecutionDelegate();
type ResultExecutionDelegate = delegate of unit -> Task<ResultExecutedContext>
Public Delegate Function ResultExecutionDelegate() As Task(Of ResultExecutedContext)
Return Value
A Task that on completion returns an ResultExecutedContext.