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 name Description
OnNext Represents an OnNext notification.
OnError Represents an OnError notification.
OnCompleted Represents an OnCompleted notification.

See Also

Reference

System.Reactive Namespace