C# 클래스 Universe.Framework.Utilities.UniverseThreadPool

파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
nSleepingthreads long
nthreads long

공개 메소드들

메소드 설명
AbortThread ( Thread thread ) : void
ClearEvents ( ) : void
GetThreads ( ) : Thread[]
QueueEvent ( System.Action delegat, int Priority ) : void
Restart ( ) : void
UniverseThreadPool ( UniverseThreadPoolStartInfo info ) : System

비공개 메소드들

메소드 설명
ThreadStart ( object number ) : void

메소드 상세

AbortThread() 공개 메소드

public AbortThread ( Thread thread ) : void
thread Thread
리턴 void

ClearEvents() 공개 메소드

public ClearEvents ( ) : void
리턴 void

GetThreads() 공개 메소드

public GetThreads ( ) : Thread[]
리턴 Thread[]

QueueEvent() 공개 메소드

public QueueEvent ( System.Action delegat, int Priority ) : void
delegat System.Action
Priority int
리턴 void

Restart() 공개 메소드

public Restart ( ) : void
리턴 void

UniverseThreadPool() 공개 메소드

public UniverseThreadPool ( UniverseThreadPoolStartInfo info ) : System
info UniverseThreadPoolStartInfo
리턴 System

프로퍼티 상세

nSleepingthreads 공개적으로 프로퍼티

public long nSleepingthreads
리턴 long

nthreads 공개적으로 프로퍼티

public long nthreads
리턴 long