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

  Name Description
Public methodStatic member CreateOnCompleted<T> Creates an object that represents an OnCompleted notification to an observer.
Public methodStatic member CreateOnError<T> Creates an object that represents an OnError notification to an observer.
Public methodStatic member CreateOnNext<T> Creates 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