ResourceExecutionDelegate Delegate

Summary

A delegate which asyncronously returns a [Microsoft.AspNet.Mvc.ResourceExecutedContext](Microsoft.AspNet.Mvc.ResourceExecutedContext.yml).

Syntax

public delegate Task<ResourceExecutedContext> ResourceExecutionDelegate();

GitHub

View on GitHub

delegate Microsoft.AspNet.Mvc.ResourceExecutionDelegate