C# 클래스 Hardly.Threadable

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Run ( ) : void
Start ( ) : void
Start ( System.Action run ) : void

보호된 메소드들

메소드 설명
Run_Blocking ( ) : void

메소드 상세

Run() 공개 메소드

public Run ( ) : void
리턴 void

Run_Blocking() 보호된 추상적인 메소드

protected abstract Run_Blocking ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Start() 공개 메소드

public Start ( System.Action run ) : void
run System.Action
리턴 void