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