AsyncManager Constructor

 

Initializes a new instance of the AsyncManager class.

Namespace:   System.Web.Mvc.Async
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodAsyncManager()

Initializes a new instance of the AsyncManager class.

System_CAPS_pubmethodAsyncManager(SynchronizationContext)

Initializes a new instance of the AsyncManager class using the synchronization context.

Return to top

AsyncManager Constructor ()

Initializes a new instance of the AsyncManager class.

new : unit -> AsyncManager
Return to top

AsyncManager Constructor (SynchronizationContext)

Initializes a new instance of the AsyncManager class using the synchronization context.

new : 
        syncContext:SynchronizationContext -> AsyncManager

Parameters

syncContext
Type: System.Threading.SynchronizationContext

The synchronization context.

Return to top
Show: