C# 클래스 SecureDelete.Schedule.DailySchedule

상속: ScheduleBase
파일 보기 프로젝트 열기: gratianlup/SecureDelete 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
DailySchedule ( ) : System
GetScheduleTime ( ) : DateTime?
StartSchedule ( ) : bool
StopSchedule ( ) : bool

비공개 메소드들

메소드 설명
OnDeserializedMethod ( StreamingContext context ) : void
OnSerializingMethod ( StreamingContext context ) : void
OnTimeEllapsed ( object sender, EventArgs e ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

DailySchedule() 공개 메소드

public DailySchedule ( ) : System
리턴 System

GetScheduleTime() 공개 메소드

public GetScheduleTime ( ) : DateTime?
리턴 DateTime?

StartSchedule() 공개 메소드

public StartSchedule ( ) : bool
리턴 bool

StopSchedule() 공개 메소드

public StopSchedule ( ) : bool
리턴 bool