C# Class SecureDelete.Schedule.ScheduledTask

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

Méthodes publiques

Méthode Description
Clone ( ) : object
Pause ( ) : bool
Resume ( ) : bool
ScheduledTask ( ) : System
StartSchedule ( ) : bool
StartWipe ( ) : bool
Stop ( ) : bool
WaitForFinnish ( ) : void

Private Methods

Méthode Description
AddEndHistoryItem ( ReportInfo info ) : void
AddStartHistoryItem ( ) : void
AnnounceControllersStart ( ) : void
LoadSession ( ) : bool
OnDeserializedMethod ( StreamingContext context ) : void
OnSerializingMethod ( StreamingContext context ) : void
OnTimeEllapsed ( ISchedule schedule ) : void
OnWipeStarted ( IAsyncResult result ) : void
RunAfterWipeActions ( ) : bool
RunBeforWipeActions ( ) : bool
SaveSessionReport ( ) : ReportInfo
StopImpl ( bool runAfterWipeActions ) : void
WipeThread ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Pause() public méthode

public Pause ( ) : bool
Résultat bool

Resume() public méthode

public Resume ( ) : bool
Résultat bool

ScheduledTask() public méthode

public ScheduledTask ( ) : System
Résultat System

StartSchedule() public méthode

public StartSchedule ( ) : bool
Résultat bool

StartWipe() public méthode

public StartWipe ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : bool
Résultat bool

WaitForFinnish() public méthode

public WaitForFinnish ( ) : void
Résultat void