C# 클래스 TaskScheduler.PlanItem

파일 보기 프로젝트 열기: skipme/TaskMQ 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ExucutingNow bool
JobEntry PlanItemEntryPoint
LAMS double
NameAndDescription string
Suspended bool
intervalTime System.DateTime
intervalType IntervalType
intervalValue long

공개 메소드들

메소드 설명
MillisecondsBeforeExecute ( ) : double
SetActualTimePosition ( System.DateTime startedAt, System.TimeSpan executionTime ) : void
SetStartExecution ( ) : void

메소드 상세

MillisecondsBeforeExecute() 공개 메소드

public MillisecondsBeforeExecute ( ) : double
리턴 double

SetActualTimePosition() 공개 메소드

public SetActualTimePosition ( System.DateTime startedAt, System.TimeSpan executionTime ) : void
startedAt System.DateTime
executionTime System.TimeSpan
리턴 void

SetStartExecution() 공개 메소드

public SetStartExecution ( ) : void
리턴 void

프로퍼티 상세

ExucutingNow 공개적으로 프로퍼티

public bool ExucutingNow
리턴 bool

JobEntry 공개적으로 프로퍼티

public PlanItemEntryPoint JobEntry
리턴 PlanItemEntryPoint

LAMS 공개적으로 프로퍼티

public double LAMS
리턴 double

NameAndDescription 공개적으로 프로퍼티

public string NameAndDescription
리턴 string

Suspended 공개적으로 프로퍼티

We can suspend this job for maintenance
public bool Suspended
리턴 bool

intervalTime 공개적으로 프로퍼티

public DateTime,System intervalTime
리턴 System.DateTime

intervalType 공개적으로 프로퍼티

public IntervalType intervalType
리턴 IntervalType

intervalValue 공개적으로 프로퍼티

public long intervalValue
리턴 long