Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/aspnetwebstack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Web.Mvc/Async/EndInvokeDelegate.cs')
-rw-r--r--src/System.Web.Mvc/Async/EndInvokeDelegate.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/System.Web.Mvc/Async/EndInvokeDelegate.cs b/src/System.Web.Mvc/Async/EndInvokeDelegate.cs
new file mode 100644
index 00000000..fd037258
--- /dev/null
+++ b/src/System.Web.Mvc/Async/EndInvokeDelegate.cs
@@ -0,0 +1,4 @@
+namespace System.Web.Mvc.Async
+{
+ internal delegate void EndInvokeDelegate(IAsyncResult asyncResult);
+}