C# Class ServiceStack.AppHostHttpListenerPoolBase.ThreadPoolManager

Inheritance: IDisposable
Afficher le fichier Open project: nustack/ServiceStack

Méthodes publiques

Méthode Description
Dispose ( ) : void

Exécute les tâches définies par l'application associées à la libération ou à la redéfinition des ressources non managées.

Free ( ) : void
Peek ( ThreadStart threadStart ) : Thread
ThreadPoolManager ( int poolSize ) : System

Method Details

Dispose() public méthode

Exécute les tâches définies par l'application associées à la libération ou à la redéfinition des ressources non managées.
public Dispose ( ) : void
Résultat void

Free() public méthode

public Free ( ) : void
Résultat void

Peek() public méthode

public Peek ( ThreadStart threadStart ) : Thread
threadStart ThreadStart
Résultat Thread

ThreadPoolManager() public méthode

public ThreadPoolManager ( int poolSize ) : System
poolSize int
Résultat System