IObserver(Of T) Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The IObserver(Of T) type exposes the following members.
| Name | Description | |
|---|---|---|
|
OnCompleted | Notifies the observer of the end of the observable sequence. No further values or notifications will be made available for this sequence. |
|
OnError | Notifies the observer that an exception has occurred in processing the observable sequence. |
|
OnNext | Notifies the observer of a new value in the observable sequence. |
Show: