IFeedManager Methods |
The IFeedManager type exposes the following members.
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.
|