C# Class AK.F1.Timing.Service.Jobs.SessionJobBase

Defines a useful base class for session related Quartz.IJobs. This class is .
Inheritance: IJob
Afficher le fichier Open project: simoneb/ak-f1-timing

Méthodes publiques

Méthode Description
Execute ( Quartz.JobExecutionContext context ) : void

Méthodes protégées

Méthode Description
CreateReader ( ) : IMessageReader

Creates a live AK.F1.Timing.IMessageReader using the credentials specified in the AK.F1.Timing.Service.Configuration.IServiceConfiguration.

ExecuteCore ( ) : void

When overriden in a derived class; executes the job.

Private Methods

Méthode Description
ApplyConfiguration ( Quartz.JobDataMap data ) : void

Method Details

CreateReader() protected méthode

Creates a live AK.F1.Timing.IMessageReader using the credentials specified in the AK.F1.Timing.Service.Configuration.IServiceConfiguration.
protected CreateReader ( ) : IMessageReader
Résultat IMessageReader

Execute() public méthode

public Execute ( Quartz.JobExecutionContext context ) : void
context Quartz.JobExecutionContext
Résultat void

ExecuteCore() protected abstract méthode

When overriden in a derived class; executes the job.
protected abstract ExecuteCore ( ) : void
Résultat void