IRgfObserverTArgs Interface

Definition

Namespace: Recrovit.RecroGridFramework.Abstraction.Contracts.Services
Assembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.4.0.10320
C#
public interface IRgfObserver<in TArgs> : IObserver<TArgs>, 
	IDisposable
Implements
IDisposable, IObserverTArgs

Type Parameters

TArgs

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
OnCompletedNotifies the observer that the provider has finished sending push-based notifications.
(Inherited from IObserverTArgs)
OnErrorNotifies the observer that the provider has experienced an error condition.
(Inherited from IObserverTArgs)
OnNextProvides the observer with new data.
(Inherited from IObserverTArgs)
OnNextAsync 
Unsubscribe 

See Also