System.Reactive.Subjects Namespace
Classes
Class | Description | |
---|---|---|
![]() |
AsyncSubject<T> | Represents the result of an asynchronous operation. |
![]() |
BehaviorSubject<T> | Represents a value that changes over time. |
![]() |
ReplaySubject<T> | Represents an object that is both an observable sequence as well as an observer. |
![]() |
Subject | Provides a set of static methods for creating observers. |
![]() |
Subject<T> | Represents an object that is both an observable sequence as well as an observer. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IConnectableObservable<T> | Represents an observable that can be connected and disconnected. |
![]() |
ISubject<T> | Represents an object that is both an observable sequence as well as an observer. |
![]() |
ISubject<TSource, TResult> | Represents an object that is both an observable sequence as well as an observer. |