AsyncManager Constructor (SynchronizationContext)

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

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

'Declaration
Public Sub New ( _
	syncContext As SynchronizationContext _
)
'Usage
Dim syncContext As SynchronizationContext 

Dim instance As New AsyncManager(syncContext)

Parameters

syncContext
Type: System.Threading.SynchronizationContext

The synchronization context.

Show: