AsyncManager Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AsyncManager() |
Initializes a new instance of the AsyncManager class. |
AsyncManager(SynchronizationContext) |
Initializes a new instance of the AsyncManager class using the synchronization context. |
AsyncManager()
Initializes a new instance of the AsyncManager class.
public AsyncManager ();
Public Sub New ()
Applies to
AsyncManager(SynchronizationContext)
Initializes a new instance of the AsyncManager class using the synchronization context.
public AsyncManager (System.Threading.SynchronizationContext syncContext);
new System.Web.Mvc.Async.AsyncManager : System.Threading.SynchronizationContext -> System.Web.Mvc.Async.AsyncManager
Public Sub New (syncContext As SynchronizationContext)
Parameters
- syncContext
- SynchronizationContext
The synchronization context.