namespace System.Web.Mvc.Async { using System; internal delegate TResult EndInvokeDelegate(IAsyncResult asyncResult); }