Provides a mechanism for receiving push-based notifications.
More...
|
void | OnNext (T value) |
| Provides the observer with new data. More...
|
|
void | OnError (Exception error) |
| Notifies the observer that the provider has experienced an error condition. More...
|
|
void | OnCompleted () |
| Notifies the observer that the provider has finished sending push-based notifications. More...
|
|
Provides a mechanism for receiving push-based notifications.
- Template Parameters
-
T | The object that provides notification information. |
Definition at line 6 of file IObserver.cs.
◆ 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.
- Parameters
-
error | An object that provides additional information about the error. |
◆ OnNext()
Provides the observer with new data.
- Parameters
-
value | The current notification information. |
The documentation for this interface was generated from the following file: