C# 클래스 JobManagerClient.JobClient

상속: JobClientInterface
파일 보기 프로젝트 열기: ryanski44/VM-Automation-Framework 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
LoadJobRunner ( string title_class, string dllPath ) : JobRunner

메소드 상세

GetPropertyValue() 공개 메소드

public GetPropertyValue ( string key ) : string
key string
리턴 string

JobClient() 공개 메소드

public JobClient ( ISystem localSystem ) : System
localSystem ISystem
리턴 System

LogString() 공개 메소드

public LogString ( string text ) : void
text string
리턴 void

MountISO() 공개 메소드

public MountISO ( string UNCPath ) : DriveInfo
UNCPath string
리턴 System.IO.DriveInfo

Run() 공개 메소드

public Run ( ) : void
리턴 void

SetPropertyValue() 공개 메소드

public SetPropertyValue ( string key, string value ) : void
key string
value string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartupOnNextRun() 공개 메소드

public StartupOnNextRun ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

WaitForExit() 공개 메소드

public WaitForExit ( ) : void
리턴 void