System.Reactive Namespace
| Class | Description | |
|---|---|---|
|
EventPattern<TEventArgs> | Encapsulates sender and event arguments for a .NET event. |
|
Notification | Provides a set of static methods for constructing notifications. |
|
Notification<T> | Represents a notification to an observer. |
|
Observer | Provides a set of static methods for creating observers. |
| Structure | Description | |
|---|---|---|
|
TimeInterval<T> | Represents a time interval value. |
|
Timestamped<T> | Represents a timestamped value. |
|
Unit | Represents void. |
| Interface | Description | |
|---|---|---|
|
IEventPatternSource<TEventArgs> | Represents a data stream signaling its elements by means of an event. |
|
IEventSource<T> | Represents a data stream signaling its elements by means of an event. |
| Enumeration | Description | |
|---|---|---|
|
NotificationKind | Indicates the type of a notification. |