Enum NotificationKind
Indicates the type of a notification.
Namespace: System.Reactive
Assembly: System.Reactive.Core.dll
Syntax
public enum NotificationKind
Fields
Name | Description |
---|---|
OnCompleted | Represents an OnCompleted notification. |
OnError | Represents an OnError notification. |
OnNext | Represents an OnNext notification. |