C# Class Universe.Framework.Utilities.UniverseThreadPool

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Méthodes publiques

Свойство Type Description
nSleepingthreads long
nthreads long

Méthodes publiques

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

Private Methods

Méthode Description
ThreadStart ( object number ) : void

Method Details

AbortThread() public méthode

public AbortThread ( Thread thread ) : void
thread Thread
Résultat void

ClearEvents() public méthode

public ClearEvents ( ) : void
Résultat void

GetThreads() public méthode

public GetThreads ( ) : Thread[]
Résultat Thread[]

QueueEvent() public méthode

public QueueEvent ( System.Action delegat, int Priority ) : void
delegat System.Action
Priority int
Résultat void

Restart() public méthode

public Restart ( ) : void
Résultat void

UniverseThreadPool() public méthode

public UniverseThreadPool ( UniverseThreadPoolStartInfo info ) : System
info UniverseThreadPoolStartInfo
Résultat System

Property Details

nSleepingthreads public_oe property

public long nSleepingthreads
Résultat long

nthreads public_oe property

public long nthreads
Résultat long