Skip to content

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

NameValueDescription
OnNext0Represents an OnNext notification.
OnError1Represents an OnError notification.
OnCompleted2Represents an OnCompleted notification.