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