System.IObserver<T> public interface IObserver<T> Documentation Code void OnCompleted() void OnError(Exception error) void OnNext(T value)