| IFeedManager Interface |
Namespace: VirtualRadar.Interface.Listener
The IFeedManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Feeds |
Gets a collection of active and enabled feeds.
| |
| Singleton |
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.) | |
| VisibleFeeds |
Gets a collection of feeds that the web site can see.
|
| Name | Description | |
|---|---|---|
| Connect |
Causes every feed to establish a connection.
| |
| Disconnect |
Causes every feed to disconnect from the data source.
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| GetByName |
Returns the feed with a given name or null if no such feed exists. Only enabled feed are returned.
| |
| GetByUniqueId |
Returns the feed with the given identifier or null if no such feed exists. Only enabled feeds are
returned.
| |
| Initialise |
Initialises the manager.
|
| Name | Description | |
|---|---|---|
| ConnectionStateChanged |
Raised when the listener attached to a feed changes its connection state.
| |
| ExceptionCaught |
Raised when an exception is caught on the background thread. The background thread should not
pass ThreadAbortException through this.
(Inherited from IBackgroundThreadExceptionCatcher.) | |
| FeedsChanged |
Raised when the collection of feeds managed by the object is changed.
|