C# 클래스 MyClient.Threading.ThreadUtils

상속: IThreadUtils
파일 보기 프로젝트 열기: JeffreyZhao/unit-test-practices

공개 프로퍼티들

프로퍼티 타입 설명
Instance ThreadUtils

공개 메소드들

메소드 설명
Sleep ( int millisecondsTimeout ) : void
StartNew ( string name, ThreadStart start ) : void

메소드 상세

Sleep() 공개 메소드

public Sleep ( int millisecondsTimeout ) : void
millisecondsTimeout int
리턴 void

StartNew() 공개 메소드

public StartNew ( string name, ThreadStart start ) : void
name string
start ThreadStart
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static ThreadUtils,MyClient.Threading Instance
리턴 ThreadUtils