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/TaskAsyncActionDescriptor.cs')
-rw-r--r--src/System.Web.Mvc/Async/TaskAsyncActionDescriptor.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/System.Web.Mvc/Async/TaskAsyncActionDescriptor.cs b/src/System.Web.Mvc/Async/TaskAsyncActionDescriptor.cs
index 22e8e8b1..8f957861 100644
--- a/src/System.Web.Mvc/Async/TaskAsyncActionDescriptor.cs
+++ b/src/System.Web.Mvc/Async/TaskAsyncActionDescriptor.cs
@@ -131,8 +131,7 @@ namespace System.Web.Mvc.Async
tokenSource.Cancel();
}
}
- },
- state: null, dueTime: timeout, period: Timeout.Infinite);
+ }, state: null, dueTime: timeout, period: Timeout.Infinite);
}
Task taskUser = dispatcher.Execute(controllerContext.Controller, parametersArray) as Task;