C# Class ParallelTestRunner.Common.Impl.ExecutorLauncherImpl

Inheritance: IExecutorLauncher, IThreadStarter, IThreadEnder
Afficher le fichier Open project: sscobici/ParallelTestRunner Class Usage Examples

Méthodes publiques

Méthode Description
ExecutorLauncherImpl ( ) : System
HasFreeThreads ( ) : bool
LaunchExecutor ( RunData runData ) : bool
OnEnded ( IExecutorThread thread ) : void
OnStarted ( IExecutorThread thread ) : void
WaitForAll ( ) : void
WaitForAnyThreadToComplete ( ) : void

Method Details

ExecutorLauncherImpl() public méthode

public ExecutorLauncherImpl ( ) : System
Résultat System

HasFreeThreads() public méthode

public HasFreeThreads ( ) : bool
Résultat bool

LaunchExecutor() public méthode

public LaunchExecutor ( RunData runData ) : bool
runData RunData
Résultat bool

OnEnded() public méthode

public OnEnded ( IExecutorThread thread ) : void
thread IExecutorThread
Résultat void

OnStarted() public méthode

public OnStarted ( IExecutorThread thread ) : void
thread IExecutorThread
Résultat void

WaitForAll() public méthode

public WaitForAll ( ) : void
Résultat void

WaitForAnyThreadToComplete() public méthode

public WaitForAnyThreadToComplete ( ) : void
Résultat void