ISafeObserver<T> interface ISafeObserver<T> : IObserver<T>, IDisposable Base interface for observers that can dispose of a resource on a terminal notification or when disposed itself. Documentation Code void SetResource(IDisposable resource)