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¶
| Name | Summary |
|---|---|
| static Create | Creates a subject from the specified observer and observable. |
| static Synchronize | Synchronizes the messages sent to the subject. |