C# Class Disco.ClientBootstrapper.InstallLoop

Show file Open project: garysharp/Disco Class Usage Examples

Public Properties

Property Type Description
LoopThread Thread

Public Methods

Method Description
InstallLoop ( string InstallLocation, string WimImageId, string TempPath ) : System
Start ( CompleteCallback Callback ) : void

Private Methods

Method Description
loopHost ( ) : void

Method Details

InstallLoop() public method

public InstallLoop ( string InstallLocation, string WimImageId, string TempPath ) : System
InstallLocation string
WimImageId string
TempPath string
return System

Start() public method

public Start ( CompleteCallback Callback ) : void
Callback CompleteCallback
return void

Property Details

LoopThread public property

public Thread LoopThread
return Thread