Skip to content

Subject class

Defined in

Namespace: System.Reactive.Subjects Assembly: System.Reactive.dll Full name: System.Reactive.Subjects.Subject Modifiers: public static

Summary

        Provides a set of static methods for creating subjects.
        

Applies to

netstandard2.0

Methods

NameSummary
static CreateCreates a subject from the specified observer and observable.
static SynchronizeSynchronizes the messages sent to the subject.
Inherited members