System.Reactive.Sink<TSource, TTarget> abstract class Sink<TSource, TTarget> : Sink<TTarget>, IObserver<TSource> Base class for implementation of query operators, providing a lightweight sink that can be disposed to mute the outgoing observer. Documentation Code namespace System.Reactive { }