C# Class Summa.Core.Updater

Mostrar archivo Open project: wfarr/newskit Class Usage Examples

Public Properties

Property Type Description
Updating bool

Public Methods

Method Description
AddFeed ( string feedurl ) : void
ScheduledUpdate ( ) : bool
Update ( ) : void
UpdateFeed ( ISource feed ) : void
Updater ( ) : System

Private Methods

Method Description
AddFeedThread ( ) : void
OnNotify ( object obj, EventArgs args ) : void
UpdateFeedThread ( ) : void
UpdateThread ( ) : void

Method Details

AddFeed() public method

public AddFeed ( string feedurl ) : void
feedurl string
return void

ScheduledUpdate() public method

public ScheduledUpdate ( ) : bool
return bool

Update() public method

public Update ( ) : void
return void

UpdateFeed() public method

public UpdateFeed ( ISource feed ) : void
feed ISource
return void

Updater() public method

public Updater ( ) : System
return System

Property Details

Updating public_oe property

public bool Updating
return bool