C# Class Apache.NMS.ActiveMQ.Threads.ThreadPoolExecutor

This class provides a wrapper around the ThreadPool mechanism in .NET to allow for serial execution of jobs in the ThreadPool and provide a means of shutting down the execution of jobs in a deterministic way.
Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Méthodes publiques

Méthode Description
QueueUserWorkItem ( WaitCallback worker ) : void
QueueUserWorkItem ( WaitCallback worker, object arg ) : void
Shutdown ( ) : void

Private Methods

Méthode Description
QueueProcessor ( object unused ) : void

Method Details

QueueUserWorkItem() public méthode

public QueueUserWorkItem ( WaitCallback worker ) : void
worker WaitCallback
Résultat void

QueueUserWorkItem() public méthode

public QueueUserWorkItem ( WaitCallback worker, object arg ) : void
worker WaitCallback
arg object
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void