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