IRgfObservableT 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 IRgfObservable<out T> : IObservable<T>
Implements
IObservableT

Type Parameters

T

Methods

Subscribe(IObserverT)Notifies the provider that an observer is to receive notifications.
(Inherited from IObservableT)
Subscribe(IRgfObserverT) 

See Also