C# 클래스 Disco.ClientBootstrapper.InstallLoop

파일 보기 프로젝트 열기: garysharp/Disco 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LoopThread Thread

공개 메소드들

메소드 설명
InstallLoop ( string InstallLocation, string WimImageId, string TempPath ) : System
Start ( CompleteCallback Callback ) : void

비공개 메소드들

메소드 설명
loopHost ( ) : void

메소드 상세

InstallLoop() 공개 메소드

public InstallLoop ( string InstallLocation, string WimImageId, string TempPath ) : System
InstallLocation string
WimImageId string
TempPath string
리턴 System

Start() 공개 메소드

public Start ( CompleteCallback Callback ) : void
Callback CompleteCallback
리턴 void

프로퍼티 상세

LoopThread 공개적으로 프로퍼티

public Thread LoopThread
리턴 Thread