C# Class JobManagerClient.JobClient

Inheritance: JobClientInterface
Afficher le fichier Open project: ryanski44/VM-Automation-Framework Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
LoadJobRunner ( string title_class, string dllPath ) : JobRunner

Method Details

GetPropertyValue() public méthode

public GetPropertyValue ( string key ) : string
key string
Résultat string

JobClient() public méthode

public JobClient ( ISystem localSystem ) : System
localSystem ISystem
Résultat System

LogString() public méthode

public LogString ( string text ) : void
text string
Résultat void

MountISO() public méthode

public MountISO ( string UNCPath ) : DriveInfo
UNCPath string
Résultat System.IO.DriveInfo

Run() public méthode

public Run ( ) : void
Résultat void

SetPropertyValue() public méthode

public SetPropertyValue ( string key, string value ) : void
key string
value string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartupOnNextRun() public méthode

public StartupOnNextRun ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

WaitForExit() public méthode

public WaitForExit ( ) : void
Résultat void