C# 클래스 AK.F1.Timing.Service.Jobs.SessionJobBase

Defines a useful base class for session related Quartz.IJobs. This class is .
상속: IJob
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

공개 메소드들

메소드 설명
Execute ( Quartz.JobExecutionContext context ) : void

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ApplyConfiguration ( Quartz.JobDataMap data ) : void

메소드 상세

CreateReader() 보호된 메소드

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

Execute() 공개 메소드

public Execute ( Quartz.JobExecutionContext context ) : void
context Quartz.JobExecutionContext
리턴 void

ExecuteCore() 보호된 추상적인 메소드

When overriden in a derived class; executes the job.
protected abstract ExecuteCore ( ) : void
리턴 void