C# Class TI.Toolbox.ThreadControl

Afficher le fichier Open project: x893/BTool

Méthodes publiques

Свойство Type Description
EventExit System.Threading.ManualResetEvent
EventPause System.Threading.ManualResetEvent
ExitThread bool
IdleThread bool
PauseThread bool
RunningThread bool
StopInProgress bool

Méthodes publiques

Méthode Description
CheckForThreadIdle ( CheckIdleModes idleMode ) : bool
ControlThread ( ThreadCtrl threadCtrlMode ) : bool
Exit ( ) : void
Init ( ) : void

Method Details

CheckForThreadIdle() public méthode

public CheckForThreadIdle ( CheckIdleModes idleMode ) : bool
idleMode CheckIdleModes
Résultat bool

ControlThread() public méthode

public ControlThread ( ThreadCtrl threadCtrlMode ) : bool
threadCtrlMode ThreadCtrl
Résultat bool

Exit() public méthode

public Exit ( ) : void
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

Property Details

EventExit public_oe property

public ManualResetEvent,System.Threading EventExit
Résultat System.Threading.ManualResetEvent

EventPause public_oe property

public ManualResetEvent,System.Threading EventPause
Résultat System.Threading.ManualResetEvent

ExitThread public_oe property

public bool ExitThread
Résultat bool

IdleThread public_oe property

public bool IdleThread
Résultat bool

PauseThread public_oe property

public bool PauseThread
Résultat bool

RunningThread public_oe property

public bool RunningThread
Résultat bool

StopInProgress public_oe property

public bool StopInProgress
Résultat bool