5 [__DynamicallyInvokable]
10 [__DynamicallyInvokable]
15 [__DynamicallyInvokable]
19 [__DynamicallyInvokable]
Provides a mechanism for receiving push-based notifications.
void OnError(Exception error)
Notifies the observer that the provider has experienced an error condition.
Represents errors that occur during application execution.To browse the .NET Framework source code fo...
void OnNext(T value)
Provides the observer with new data.
void OnCompleted()
Notifies the observer that the provider has finished sending push-based notifications.