ITaskObservable<T> public interface ITaskObservable<T> : IObservable<T> Extension of the IObservable<T> interface compatible with async method return types. Documentation Code ITaskObservableAwaiter<T> GetAwaiter() Gets an awaiter that can be used to await the eventual completion of the observable sequence.