C# 클래스 DotNetWorkQueue.JobScheduler.ScheduledJob

Represents a job that has been scheduled.
상속: IScheduledJob
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
StartSchedule ( ) : void
StopSchedule ( ) : void
ToString ( ) : string

Returns a System.String that represents this instance.

UpdateSchedule ( IJobSchedule schedule ) : void
UpdateSchedule ( string schedule ) : void

비공개 메소드들

메소드 설명
QueueNextEvent ( ) : void
RaiseEnQueue ( IJobQueueOutputMessage message ) : void
RaiseException ( Exception ex ) : void
RaiseNonFatalFailtureEnQueue ( IJobQueueOutputMessage message ) : void
RunPendingEvent ( PendingEvent ev ) : Task
ScheduledJob ( JobScheduler scheduler, string name, IJobSchedule schedule, IProducerMethodJobQueue queue, Expression actionToRun, IGetTime time, string route ) : System
ScheduledJob ( JobScheduler scheduler, string name, IJobSchedule schedule, IProducerMethodJobQueue queue, LinqExpressionToRun expressionToRun, IGetTime time, string route ) : System

메소드 상세

StartSchedule() 공개 메소드

public StartSchedule ( ) : void
리턴 void

StopSchedule() 공개 메소드

public StopSchedule ( ) : void
리턴 void

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string

UpdateSchedule() 공개 메소드

public UpdateSchedule ( IJobSchedule schedule ) : void
schedule IJobSchedule
리턴 void

UpdateSchedule() 공개 메소드

public UpdateSchedule ( string schedule ) : void
schedule string
리턴 void