C# Class SecureDelete.Schedule.DailySchedule

Inheritance: ScheduleBase
Afficher le fichier Open project: gratianlup/SecureDelete Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
DailySchedule ( ) : System
GetScheduleTime ( ) : DateTime?
StartSchedule ( ) : bool
StopSchedule ( ) : bool

Private Methods

Méthode Description
OnDeserializedMethod ( StreamingContext context ) : void
OnSerializingMethod ( StreamingContext context ) : void
OnTimeEllapsed ( object sender, EventArgs e ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

DailySchedule() public méthode

public DailySchedule ( ) : System
Résultat System

GetScheduleTime() public méthode

public GetScheduleTime ( ) : DateTime?
Résultat DateTime?

StartSchedule() public méthode

public StartSchedule ( ) : bool
Résultat bool

StopSchedule() public méthode

public StopSchedule ( ) : bool
Résultat bool