Click or drag to resize
IFeedManager Methods

The IFeedManager type exposes the following members.

Methods
  NameDescription
Public methodConnect
Causes every feed to establish a connection.
Public methodDisconnect
Causes every feed to disconnect from the data source.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetByName
Returns the feed with a given name or null if no such feed exists. Only enabled feed are returned.
Public methodGetByUniqueId
Returns the feed with the given identifier or null if no such feed exists. Only enabled feeds are returned.
Public methodInitialise
Initialises the manager.
Top
See Also