This documentation is archived and is not being maintained.
IObserver<T> Methods
Visual Studio 2010
The IObserver<T> type exposes the following members.
| Name | Description | |
|---|---|---|
|
OnCompleted | Notifies the observer that the provider has finished sending push-based notifications. |
|
OnError | Notifies the observer that the provider has experienced an error condition. |
|
OnNext | Provides the observer with new data. |
Show: