NotificationKind public enum NotificationKind Indicates the type of a notification. Documentation Code namespace System.Reactive { public enum NotificationKind { OnNext, OnError, OnCompleted } }