C# Class EC.Threading.UW10LoopThread

Inheritance: LoopThread
Exibir arquivo Open project: rygo6/ECThreading

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void
UW10LoopThread ( System.Action method, string threadName, Priority priority, int cycleTimeMS ) : System
Wait ( int ms ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

UW10LoopThread() public method

public UW10LoopThread ( System.Action method, string threadName, Priority priority, int cycleTimeMS ) : System
method System.Action
threadName string
priority Priority
cycleTimeMS int
return System

Wait() public method

public Wait ( int ms ) : void
ms int
return void