Search Results for

    Show / Hide Table of Contents

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX