C# Class Disco.ClientBootstrapper.InstallLoop

Afficher le fichier Open project: garysharp/Disco Class Usage Examples

Méthodes publiques

Свойство Type Description
LoopThread Thread

Méthodes publiques

Méthode Description
InstallLoop ( string InstallLocation, string WimImageId, string TempPath ) : System
Start ( CompleteCallback Callback ) : void

Private Methods

Méthode Description
loopHost ( ) : void

Method Details

InstallLoop() public méthode

public InstallLoop ( string InstallLocation, string WimImageId, string TempPath ) : System
InstallLocation string
WimImageId string
TempPath string
Résultat System

Start() public méthode

public Start ( CompleteCallback Callback ) : void
Callback CompleteCallback
Résultat void

Property Details

LoopThread public_oe property

public Thread LoopThread
Résultat Thread