C# Class ServiceStack.AppHostHttpListenerPoolBase.ThreadPoolManager

Inheritance: IDisposable
Exibir arquivo Open project: nustack/ServiceStack

Public Methods

Method 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 method

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
return void

Free() public method

public Free ( ) : void
return void

Peek() public method

public Peek ( ThreadStart threadStart ) : Thread
threadStart ThreadStart
return Thread

ThreadPoolManager() public method

public ThreadPoolManager ( int poolSize ) : System
poolSize int
return System