C# Class Universe.Framework.Utilities.UniverseThreadPool

Datei anzeigen Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
nSleepingthreads long
nthreads long

Public Methods

Method Description
AbortThread ( Thread thread ) : void
ClearEvents ( ) : void
GetThreads ( ) : Thread[]
QueueEvent ( System.Action delegat, int Priority ) : void
Restart ( ) : void
UniverseThreadPool ( UniverseThreadPoolStartInfo info ) : System

Private Methods

Method Description
ThreadStart ( object number ) : void

Method Details

AbortThread() public method

public AbortThread ( Thread thread ) : void
thread Thread
return void

ClearEvents() public method

public ClearEvents ( ) : void
return void

GetThreads() public method

public GetThreads ( ) : Thread[]
return Thread[]

QueueEvent() public method

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

Restart() public method

public Restart ( ) : void
return void

UniverseThreadPool() public method

public UniverseThreadPool ( UniverseThreadPoolStartInfo info ) : System
info UniverseThreadPoolStartInfo
return System

Property Details

nSleepingthreads public_oe property

public long nSleepingthreads
return long

nthreads public_oe property

public long nthreads
return long