C# Class Summa.Core.Updater

Afficher le fichier Open project: wfarr/newskit Class Usage Examples

Méthodes publiques

Свойство Type Description
Updating bool

Méthodes publiques

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

Private Methods

Méthode Description
AddFeedThread ( ) : void
OnNotify ( object obj, EventArgs args ) : void
UpdateFeedThread ( ) : void
UpdateThread ( ) : void

Method Details

AddFeed() public méthode

public AddFeed ( string feedurl ) : void
feedurl string
Résultat void

ScheduledUpdate() public méthode

public ScheduledUpdate ( ) : bool
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void

UpdateFeed() public méthode

public UpdateFeed ( ISource feed ) : void
feed ISource
Résultat void

Updater() public méthode

public Updater ( ) : System
Résultat System

Property Details

Updating public_oe property

public bool Updating
Résultat bool