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 | |
---|---|---|
![]() ![]() |
CreateOnCompleted<T> | Creates an object that represents an OnCompleted notification to an observer. |
![]() ![]() |
CreateOnError<T> | Creates an object that represents an OnError notification to an observer. |
![]() ![]() |
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.