System.Reactive.Subjects Namespace
| Class | Description | |
|---|---|---|
|
AsyncSubject(Of T) | Represents the result of an asynchronous operation. |
|
BehaviorSubject(Of T) | Represents a value that changes over time. |
|
ReplaySubject(Of 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(Of T) | Represents an object that is both an observable sequence as well as an observer. |
| Interface | Description | |
|---|---|---|
|
IConnectableObservable(Of T) | Represents an observable that can be connected and disconnected. |
|
ISubject(Of T) | Represents an object that is both an observable sequence as well as an observer. |
|
ISubject(Of TSource, TResult) | Represents an object that is both an observable sequence as well as an observer. |
Show: