RGF.Abstraction
C#
Show/Hide TOC
IRgf
Observable
T
Interface
Definition
Namespace:
Recrovit.RecroGridFramework.Abstraction.Contracts.Services
Assembly:
Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.4.0.10320
C#
Copy
public
interface
IRgfObservable
<
out
T> :
IObservable
<T>
Implements
IObservable
T
Type Parameters
T
Methods
Subscribe(IObserver
T
)
Notifies the provider that an observer is to receive notifications.
(Inherited from
IObservable
T
)
Subscribe(IRgfObserver
T
)
See Also
Reference
Recrovit.RecroGridFramework.Abstraction.Contracts.Services Namespace
In This Article
Definition
Methods
See Also