The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

Notification()s

Notification Methods

Include Protected Members
Include Inherited Members

The Notification type exposes the following members.

Methods

NameDescriptionPublic methodStatic memberCreateOnCompletedCreates an object that represents an OnCompleted notification to an observer.Public methodStatic memberCreateOnErrorCreates an object that represents an OnError notification to an observer.Public methodStatic memberCreateOnNextCreates an object that represents an OnNext notification to an observer.Top

See Also

Reference

Notification Class

System.Reactive Namespace

Notification Class

Provides a set of static methods for constructing notifications.

Inheritance Hierarchy

System.Object
  System.Reactive.Notification

Namespace:  System.Reactive
Assembly:  System.Reactive (in System.Reactive.dll)

Syntax

'Declaration
Public NotInheritable Class Notification
'Usage
public static class Notification
public ref class Notification abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Notification =  class end
public final class Notification

The Notification type exposes the following members.

Methods

NameDescriptionPublic methodStatic memberCreateOnCompletedCreates an object that represents an OnCompleted notification to an observer.Public methodStatic memberCreateOnErrorCreates an object that represents an OnError notification to an observer.Public methodStatic memberCreateOnNextCreates an object that represents an OnNext notification to an observer.Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Reactive Namespace