System.Reactive.Notification public static class Notification Documentation Code namespace System.Reactive { public static class Notification { public static Notification<T> CreateOnNext<[Nullable(2)] T>(T value); public static Notification<T> CreateOnError<[Nullable(2)] T>(Exception error); public static Notification<T> CreateOnCompleted<[Nullable(2)] T>(); } }