C# Class SecureDelete.Actions.ActionExecutor

Mostrar archivo Open project: gratianlup/SecureDelete Class Usage Examples

Public Methods

Method Description
ActionExecutor ( ) : System
EndStart ( ) : void
Start ( ) : void
StartAsync ( ) : void
Stop ( ) : void

Private Methods

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

Method Details

ActionExecutor() public method

public ActionExecutor ( ) : System
return System

EndStart() public method

public EndStart ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StartAsync() public method

public StartAsync ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void