mscorlib(4.0.0.0) API with additions
System.IObservable< out out T > Interface Template Reference

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...
 

Detailed Description

Defines a provider for push-based notification.

Template Parameters
TThe object that provides notification information.

Definition at line 6 of file IObservable.cs.

Member Function Documentation

◆ Subscribe()

IDisposable System.IObservable< out out T >.Subscribe ( IObserver< T observer)

Notifies the provider that an observer is to receive notifications.

Parameters
observerThe object that is to receive notifications.
Returns
A reference to an interface that allows observers to stop receiving notifications before the provider has finished sending them.

The documentation for this interface was generated from the following file: