C# 클래스 Chinchilla.Threading.ThreadWrapper

상속: IThread
파일 보기 프로젝트 열기: jonnii/chinchilla

공개 메소드들

메소드 설명
Join ( ) : void
Start ( ) : void
ThreadWrapper ( Thread thread ) : System.Threading

메소드 상세

Join() 공개 메소드

public Join ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

ThreadWrapper() 공개 메소드

public ThreadWrapper ( Thread thread ) : System.Threading
thread System.Threading.Thread
리턴 System.Threading