Skip to content

Notification class

Defined in

Namespace: System.Reactive Assembly: System.Reactive.dll Full name: System.Reactive.Notification Modifiers: public static

Summary

        Provides a set of static methods for constructing notifications.
        

Applies to

netstandard2.0

Methods

NameSummary
static CreateOnNextCreates an object that represents an OnNext notification to an observer.
static CreateOnErrorCreates an object that represents an OnError notification to an observer.
static CreateOnCompletedCreates an object that represents an OnCompleted notification to an observer.
Inherited members