Notification class¶
Defined in
Namespace: System.Reactive
Assembly: System.Reactive.dll
Full name: System.Reactive.Notification
Modifiers: public static
Summary¶
Provides a set of static methods for constructing notifications.
Applies to
netstandard2.0
Methods¶
| Name | Summary |
|---|---|
| static CreateOnNext | Creates an object that represents an OnNext notification to an observer. |
| static CreateOnError | Creates an object that represents an OnError notification to an observer. |
| static CreateOnCompleted | Creates an object that represents an OnCompleted notification to an observer. |