United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Web Development
ASP.NET
ASP.NET MVC 2
ASP.NET MVC Reference
System.Web.Mvc
AsyncController Class
AsyncController Properties
AsyncManager Property
This topic has not yet been rated
-
Rate this topic
AsyncController
.
AsyncManager Property
.NET Framework 4
Gets the asynchronous manager instance.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc
(in System.Web.Mvc.dll)
Syntax
C#
C++
VB
Copy
public
AsyncManager AsyncManager {
get
; }
Property Value
Type:
System.Web.Mvc.Async
.
AsyncManager
The asynchronous manager instance.
Implements
IAsyncManagerContainer
.
AsyncManager
See Also
Reference
AsyncController Class
System.Web.Mvc Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD