C# Class SecureDelete.Actions.ActionExecutor

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

Méthodes publiques

Méthode Description
ActionExecutor ( ) : System
EndStart ( ) : void
Start ( ) : void
StartAsync ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
GetStopped ( ) : bool
NotifyStopped ( ) : void
SetStopped ( bool value ) : void
StartImpl ( object sender, EventArgs e ) : void

Method Details

ActionExecutor() public méthode

public ActionExecutor ( ) : System
Résultat System

EndStart() public méthode

public EndStart ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartAsync() public méthode

public StartAsync ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void