ILNumerics Ultimate VS

ThreadPool Constructor

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Constructor used to create a new ILThreadPool object.

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.Global
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public ThreadPool(
	uint maxThreads
)

Parameters

maxThreads
Type: SystemUInt32
Initialize the pool with the given maximum number of threads.
Remarks

[ILNumerics Core Module]

See Also

Reference