C# 클래스 Hardly.Thread

상속: Threadable
파일 보기 프로젝트 열기: hardlydifficult/HardlyBot

공개 메소드들

메소드 설명
SleepInMilliseconds ( int milliseconds ) : void
SleepInMilliseconds ( uint milliseconds ) : void
SleepInSeconds ( int seconds ) : void
SleepInSeconds ( uint seconds ) : void
StartNewThread ( System.Action run ) : Thread
Thread ( System.Action run ) : System

보호된 메소드들

메소드 설명
Run_Blocking ( ) : void

메소드 상세

Run_Blocking() 보호된 메소드

protected Run_Blocking ( ) : void
리턴 void

SleepInMilliseconds() 공개 정적인 메소드

public static SleepInMilliseconds ( int milliseconds ) : void
milliseconds int
리턴 void

SleepInMilliseconds() 공개 정적인 메소드

public static SleepInMilliseconds ( uint milliseconds ) : void
milliseconds uint
리턴 void

SleepInSeconds() 공개 정적인 메소드

public static SleepInSeconds ( int seconds ) : void
seconds int
리턴 void

SleepInSeconds() 공개 정적인 메소드

public static SleepInSeconds ( uint seconds ) : void
seconds uint
리턴 void

StartNewThread() 공개 정적인 메소드

public static StartNewThread ( System.Action run ) : Thread
run System.Action
리턴 Thread

Thread() 공개 메소드

public Thread ( System.Action run ) : System
run System.Action
리턴 System