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
TObject
The type of the object.
TKey
The type of the key.
- Inherited Members
- Extension Methods
Methods
Watch(TKey)
Watches updates which match the specified key.
Parameters
key
TKeyThe key.
Returns
- IObservable<Change<TObject, TKey>>
An observable which emits the change.