C# Class ParallelTestRunner.Common.Impl.BreakerImpl

Inheritance: IBreaker
Afficher le fichier Open project: sscobici/ParallelTestRunner Class Usage Examples

Méthodes publiques

Méthode Description
Break ( ) : void
BreakerImpl ( ) : System
IsBreakReceived ( ) : bool

Private Methods

Méthode Description
OnBreakReceived ( System.NativeMethods ctrlType ) : bool

Method Details

Break() public méthode

public Break ( ) : void
Résultat void

BreakerImpl() public méthode

public BreakerImpl ( ) : System
Résultat System

IsBreakReceived() public méthode

public IsBreakReceived ( ) : bool
Résultat bool