NotificationKind Enumeration
Indicates the type of a notification.
Namespace: System.Reactive
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public Enumeration NotificationKind
'Usage
Dim instance As NotificationKind
public enum NotificationKind
public enum class NotificationKind
type NotificationKind
public enum NotificationKind
Members
Member nameDescriptionOnNextRepresents an OnNext notification.OnErrorRepresents an OnError notification.OnCompletedRepresents an OnCompleted notification.## See Also