C# Class Pickaxe.Runtime.Runable

Afficher le fichier Open project: bitsummation/pickaxe Class Usage Examples

Méthodes publiques

Méthode Description
Run ( ) : void
Runable ( Assembly assembly ) : System
Runable ( Assembly assembly, string args ) : System
SetRequestFactory ( IHttpRequestFactory requestFactory ) : void
Stop ( System.Action action ) : void

Private Methods

Méthode Description
OnHighlight ( int line ) : void
OnProgress ( ProgressArgs args ) : void
OnSelect ( RuntimeTable results ) : void

Method Details

Run() public méthode

public Run ( ) : void
Résultat void

Runable() public méthode

public Runable ( Assembly assembly ) : System
assembly System.Reflection.Assembly
Résultat System

Runable() public méthode

public Runable ( Assembly assembly, string args ) : System
assembly System.Reflection.Assembly
args string
Résultat System

SetRequestFactory() public méthode

public SetRequestFactory ( IHttpRequestFactory requestFactory ) : void
requestFactory IHttpRequestFactory
Résultat void

Stop() public méthode

public Stop ( System.Action action ) : void
action System.Action
Résultat void