C# 클래스 TestJobManager.MockJobManagerService

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

공개 메소드들

메소드 설명
AddJob ( Job j, JobStates state ) : void
GetJobStatus ( string jobID ) : JobStatus
MockJobManagerService ( string inbox, string outbox ) : System
Start ( ) : void
StartWatchingDir ( ) : void
Stop ( ) : void
StopWatchingDir ( ) : void

비공개 메소드들

메소드 설명
CheckJobs ( ) : void
HandleNewFile ( FileInfo fi ) : void
ReceiveLoop ( ) : void
SendToHost ( AutomationMessage m ) : void
myWatcher_Created ( object sender, FileSystemEventArgs e ) : void
myWatcher_Renamed ( object sender, RenamedEventArgs e ) : void

메소드 상세

AddJob() 공개 메소드

public AddJob ( Job j, JobStates state ) : void
j JobManagerInterfaces.Job
state JobStates
리턴 void

GetJobStatus() 공개 메소드

public GetJobStatus ( string jobID ) : JobStatus
jobID string
리턴 JobManagerInterfaces.JobStatus

MockJobManagerService() 공개 메소드

public MockJobManagerService ( string inbox, string outbox ) : System
inbox string
outbox string
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartWatchingDir() 공개 메소드

public StartWatchingDir ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

StopWatchingDir() 공개 메소드

public StopWatchingDir ( ) : void
리턴 void