Class | Description | |
---|---|---|
AsyncContext | Class to keep the AsyncObservableCollection class syncronized between the UI thread and the background worker thread. | |
AsyncObservableCollection<T> | Collecton class that ensures syncronisation between UI and background worker/loader thread. | |
SymphonyCollection<T> | This class can be used in place of the standard ObservableCollection class. By extending the ObservableCollection class it implements all of the capabilites of the collecton. |