C# Class JobManagerClient.JobClient

Inheritance: JobClientInterface
Mostrar archivo Open project: ryanski44/VM-Automation-Framework Class Usage Examples

Public Methods

Method Description
GetPropertyValue ( string key ) : string
JobClient ( ISystem localSystem ) : System
LogString ( string text ) : void
MountISO ( string UNCPath ) : DriveInfo
Run ( ) : void
SetPropertyValue ( string key, string value ) : void
Start ( ) : void
StartupOnNextRun ( ) : void
Stop ( ) : void
WaitForExit ( ) : void

Private Methods

Method Description
LoadJobRunner ( string title_class, string dllPath ) : JobRunner

Method Details

GetPropertyValue() public method

public GetPropertyValue ( string key ) : string
key string
return string

JobClient() public method

public JobClient ( ISystem localSystem ) : System
localSystem ISystem
return System

LogString() public method

public LogString ( string text ) : void
text string
return void

MountISO() public method

public MountISO ( string UNCPath ) : DriveInfo
UNCPath string
return System.IO.DriveInfo

Run() public method

public Run ( ) : void
return void

SetPropertyValue() public method

public SetPropertyValue ( string key, string value ) : void
key string
value string
return void

Start() public method

public Start ( ) : void
return void

StartupOnNextRun() public method

public StartupOnNextRun ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

WaitForExit() public method

public WaitForExit ( ) : void
return void