C# Class RssToolkit.Rss.RssAggregator

Used for Aggregating Rss links inside an OPML file
显示文件 Open project: Throy/derp-octo-robot Class Usage Examples

Public Methods

Method Description
Load ( System opmlUrl ) : void

Loads from URL.

Load ( string xml ) : void

Loads from XML.

RssAggregator ( ) : System

Initializes a new instance of the RssAggregator class.

Private Methods

Method Description
GetRssFeeds ( object state ) : void
Load ( OpmlDocument opmlDocument ) : void
LoadRssFeeds ( OpmlDocument opmlDocument ) : void
MergeRss ( string title ) : void
NotifySubscribers ( Exception ex, string message, RssSeverityType severityType ) : void

Method Details

Load() public method

Loads from URL.
public Load ( System opmlUrl ) : void
opmlUrl System The opml URL.
return void

Load() public method

Loads from XML.
public Load ( string xml ) : void
xml string The XML.
return void

RssAggregator() public method

Initializes a new instance of the RssAggregator class.
public RssAggregator ( ) : System
return System