Interface IWatcher<TObject, TKey>
- Namespace
- Dynamic
Data .Experimental
- Assembly
- DynamicData.dll
A specialisation of the SourceList which is optimised for watching individual items.
Type Parameters
TObjectThe type of the object.
TKeyThe type of the key.
- Inherited Members
Methods
Watch(TKey)
Watches updates which match the specified key.
Parameters
keyTKeyThe key.
Returns
- IObservable<Change<TObject, TKey>>
An observable which emits the change.