System.Reactive Namespace
Classes
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. |
Structures
Structure | Description | |
---|---|---|
TimeInterval<T> | Represents a time interval value. | |
Timestamped<T> | Represents a timestamped value. | |
Unit | Represents void. |
Interfaces
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. |
Enumerations
Enumeration | Description | |
---|---|---|
NotificationKind | Indicates the type of a notification. |