Method Watch
Watch(string)
Declaration
public IChangeToken Watch(string filter)
Parameters
| Type | Name | Description |
|---|---|---|
| string | filter |
Returns
| Type | Description |
|---|---|
| IChangeToken |
Implements
Watch(OSPath)
Declaration
public IObservable<Change<IFileInfo, OSPath>> Watch(OSPath key)
Parameters
| Type | Name | Description |
|---|---|---|
| OSPath | key |
Returns
| Type | Description |
|---|---|
| IObservable<Change<IFileInfo, OSPath>> |
Implements
DynamicData.IConnectableCache<TObject, TKey>.Watch(TKey)
DynamicData.IConnectableCache<TObject, TKey>.Watch(TKey)