C# Class EC.Threading.StandardLoopThread

Inheritance: LoopThread
显示文件 Open project: rygo6/ECThreading

Public Methods

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

Private Methods

Method Description
SetIOSThreadPriority ( string threadName, int priority ) : void

Method Details

StandardLoopThread() public method

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

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Wait() public method

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