IObserver<T> Methods
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | OnCompleted() | Notifies the observer that the provider has finished sending push-based notifications. |
![]() | OnError(Exception^) | Notifies the observer that the provider has experienced an error condition. |
![]() | OnNext(T) | Provides the observer with new data. |
Show:
