C# 클래스 K2Informatics.Erlnet.ThreadBase

파일 보기 프로젝트 열기: K2InformaticsGmbH/erlnet

공개 메소드들

메소드 설명
ThreadBase ( string name, bool isBackground ) : System
join ( ) : void
run ( ) : void
start ( ) : void

메소드 상세

ThreadBase() 공개 메소드

public ThreadBase ( string name, bool isBackground ) : System
name string
isBackground bool
리턴 System

join() 공개 메소드

public join ( ) : void
리턴 void

run() 공개 추상적인 메소드

public abstract run ( ) : void
리턴 void

start() 공개 메소드

public start ( ) : void
리턴 void