public interface IRgfObserver<in TArgs> : IObserver<TArgs>,
IDisposable
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
OnCompleted | Notifies the observer that the provider has finished sending push-based notifications. (Inherited from IObserverTArgs) |
OnError | Notifies the observer that the provider has experienced an error condition. (Inherited from IObserverTArgs) |
OnNext | Provides the observer with new data. (Inherited from IObserverTArgs) |
OnNextAsync | |
Unsubscribe |