Skip to content

SynchronizationContextScheduler class

Defined in

Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll Full name: System.Reactive.Concurrency.SynchronizationContextScheduler Modifiers: public

Summary

Represents an object that schedules units of work on a provided SynchronizationContext.

Applies to

netstandard2.0

Class hierarchy
classDiagram
class SynchronizationContextScheduler
class LocalScheduler
LocalScheduler <|-- SynchronizationContextScheduler

Inherits from: LocalScheduler

Constructors

NameSummary
.ctorCreates an object that schedules units of work on the provided SynchronizationContext.

Methods

NameSummary
ScheduleSchedules an action to be executed.
Inherited members