mscorlib(4.0.0.0) API with additions
|
Defines a provider for push-based notification. More...
Public Member Functions | |
IDisposable | Subscribe (IObserver< T > observer) |
Notifies the provider that an observer is to receive notifications. More... | |
Defines a provider for push-based notification.
T | The object that provides notification information. |
Definition at line 6 of file IObservable.cs.
IDisposable System.IObservable< out out T >.Subscribe | ( | IObserver< T > | observer | ) |
Notifies the provider that an observer is to receive notifications.
observer | The object that is to receive notifications. |