C# 클래스 wmib.Core.ThreadManager

Used to keep track of all threads used by a bot, it's recommended to register every single thread you create here so that we can keep track of them. You can also use this to list all current threads, kill them, etc
파일 보기 프로젝트 열기: benapetr/wikimedia-bot

공개 메소드들

메소드 설명
KillThread ( Thread t ) : void
RegisterThread ( Thread t ) : void
UnregisterThread ( Thread t ) : void

메소드 상세

KillThread() 공개 정적인 메소드

public static KillThread ( Thread t ) : void
t Thread
리턴 void

RegisterThread() 공개 정적인 메소드

public static RegisterThread ( Thread t ) : void
t Thread
리턴 void

UnregisterThread() 공개 정적인 메소드

public static UnregisterThread ( Thread t ) : void
t Thread
리턴 void