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