C# 클래스 EC.Threading.UW10LoopThread

상속: LoopThread
파일 보기 프로젝트 열기: rygo6/ECThreading

공개 메소드들

메소드 설명
Start ( ) : void
Stop ( ) : void
UW10LoopThread ( System.Action method, string threadName, Priority priority, int cycleTimeMS ) : System
Wait ( int ms ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

UW10LoopThread() 공개 메소드

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

Wait() 공개 메소드

public Wait ( int ms ) : void
ms int
리턴 void