Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Initializes a new instance of the ThreadedWorker<(Of <(T>)>) class

Namespace:  Developpez.Dotnet.Threading
Assembly:  Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ThreadedWorker(
	int maxThreadCount
)
Visual Basic (Declaration)
Public Sub New ( _
	maxThreadCount As Integer _
)
Visual C++
public:
ThreadedWorker(
	int maxThreadCount
)

Parameters

maxThreadCount
Type: System..::.Int32

[Missing <param name="maxThreadCount"/> documentation for "M:Developpez.Dotnet.Threading.ThreadedWorker`1.#ctor(System.Int32)"]

See Also