C# Class vlko.BlogModule.Base.Scheduler.UpdateTwitterTask

Inheritance: vlko.core.Base.Scheduler.SchedulerTask
Afficher le fichier Open project: vlko/vlko

Méthodes publiques

Méthode Description
UpdateTwitterTask ( int callIntervalInMinutes, bool startImmediately ) : System.Collections.Generic

Initializes a new instance of the UpdateTwitterTask class.

Méthodes protégées

Méthode Description
DoJob ( ) : void

Does the job.

Method Details

DoJob() protected méthode

Does the job.
protected DoJob ( ) : void
Résultat void

UpdateTwitterTask() public méthode

Initializes a new instance of the UpdateTwitterTask class.
public UpdateTwitterTask ( int callIntervalInMinutes, bool startImmediately ) : System.Collections.Generic
callIntervalInMinutes int The call interval in minutes.
startImmediately bool if set to true [start immediately].
Résultat System.Collections.Generic