This is in the System namespace, type IObservable <T>. You will need to add a link to the System.Observable.dll from the ReactiveExtensions SDK.
In addition, although this is not strictly required, you probably want to add a link to System.Reactive.dll, which contains many extension methods for working with IObservable <T>.
source share