C# Class XG.Plugin.AWorker

Inheritance: ANotificationSender
Afficher le fichier Open project: lformella/xdcc-grabscher

Méthodes publiques

Méthode Description
AddFutureJob ( Type aType, string aName, string aGroup, int aRunInSeconds ) : void
AddRepeatingJob ( Type aType, string aName, string aGroup, int aSecondsToSleep ) : void
CreateAndAddJob ( Type aType, string aName, string aGroup ) : IJobDetail
RemoveAllJobs ( ) : void
Start ( string aName, bool aNewThread = true ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
StartRun ( ) : void
StopRun ( ) : void

Method Details

AddFutureJob() public méthode

public AddFutureJob ( Type aType, string aName, string aGroup, int aRunInSeconds ) : void
aType System.Type
aName string
aGroup string
aRunInSeconds int
Résultat void

AddRepeatingJob() public méthode

public AddRepeatingJob ( Type aType, string aName, string aGroup, int aSecondsToSleep ) : void
aType System.Type
aName string
aGroup string
aSecondsToSleep int
Résultat void

CreateAndAddJob() public méthode

public CreateAndAddJob ( Type aType, string aName, string aGroup ) : IJobDetail
aType System.Type
aName string
aGroup string
Résultat IJobDetail

RemoveAllJobs() public méthode

public RemoveAllJobs ( ) : void
Résultat void

Start() public méthode

public Start ( string aName, bool aNewThread = true ) : void
aName string
aNewThread bool
Résultat void

StartRun() protected méthode

protected StartRun ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

StopRun() protected méthode

protected StopRun ( ) : void
Résultat void