NotificationKind enum¶
Defined in
Namespace: System.Reactive
Assembly: System.Reactive.dll
Full name: System.Reactive.NotificationKind
Modifiers: public sealed
Summary¶
Indicates the type of a notification.
Applies to
netstandard2.0
Values¶
| Name | Value | Description |
|---|---|---|
OnNext | 0 | Represents an OnNext notification. |
OnError | 1 | Represents an OnError notification. |
OnCompleted | 2 | Represents an OnCompleted notification. |