Skip to content

Synchronization class

Attributes: [EditorBrowsable(EditorBrowsableState.2)]

Defined in

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

Summary

        Provides basic synchronization and scheduling services for observable sequences.
        

Applies to

netstandard2.0

Methods

NameSummary
static SubscribeOnWraps the source sequence in order to run its subscription and unsubscription logic on the specified scheduler.
static ObserveOnWraps the source sequence in order to run its observer callbacks on the specified scheduler.
static SynchronizeWraps the source sequence in order to ensure observer callbacks are properly serialized.
Inherited members