C# 클래스 NSoft.NFramework.Threading.CountUpThread

상속: AbstractWorkerThread
파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

공개 메소드들

메소드 설명
CountUpThread ( int maxStackSize ) : System
CountUpThread ( string name ) : System
CountUpThread ( string name, int maxStackSize ) : System

보호된 메소드들

메소드 설명
DoShutDown ( ) : void
DoWork ( ) : void

메소드 상세

CountUpThread() 공개 메소드

public CountUpThread ( int maxStackSize ) : System
maxStackSize int
리턴 System

CountUpThread() 공개 메소드

public CountUpThread ( string name ) : System
name string
리턴 System

CountUpThread() 공개 메소드

public CountUpThread ( string name, int maxStackSize ) : System
name string
maxStackSize int
리턴 System

DoShutDown() 보호된 메소드

protected DoShutDown ( ) : void
리턴 void

DoWork() 보호된 메소드

protected DoWork ( ) : void
리턴 void