C# Class Pickaxe.Runtime.Runable

Mostra file Open project: bitsummation/pickaxe Class Usage Examples

Public Methods

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

Private Methods

Method Description
OnHighlight ( int line ) : void
OnProgress ( ProgressArgs args ) : void
OnSelect ( RuntimeTable results ) : void

Method Details

Run() public method

public Run ( ) : void
return void

Runable() public method

public Runable ( Assembly assembly ) : System
assembly System.Reflection.Assembly
return System

Runable() public method

public Runable ( Assembly assembly, string args ) : System
assembly System.Reflection.Assembly
args string
return System

SetRequestFactory() public method

public SetRequestFactory ( IHttpRequestFactory requestFactory ) : void
requestFactory IHttpRequestFactory
return void

Stop() public method

public Stop ( System.Action action ) : void
action System.Action
return void