Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an object that schedules units of work on the provided SynchronizationContext.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public Sub New ( _
context As SynchronizationContext _
)
'Usage
Dim context As SynchronizationContext
Dim instance As New SynchronizationContextScheduler(context)
public SynchronizationContextScheduler(
SynchronizationContext context
)
public:
SynchronizationContextScheduler(
SynchronizationContext^ context
)
new :
context:SynchronizationContext -> SynchronizationContextScheduler
public function SynchronizationContextScheduler(
context : SynchronizationContext
)
Parameters
- context
Type: System.Threading.SynchronizationContext
The synchronization context to schedule units of work on.