mscorlib(4.0.0.0) API with additions
IObservable.cs
1 namespace System
2 {
5  [__DynamicallyInvokable]
6  public interface IObservable<out T>
7  {
11  [__DynamicallyInvokable]
13  }
14 }
Provides a mechanism for releasing unmanaged resources.To browse the .NET Framework source code for t...
Definition: IDisposable.cs:8
Provides a mechanism for receiving push-based notifications.
Definition: IObserver.cs:6
Definition: __Canon.cs:3
IDisposable Subscribe(IObserver< T > observer)
Notifies the provider that an observer is to receive notifications.
Defines a provider for push-based notification.
Definition: IObservable.cs:6