SimpleContext Constructor

Initializes a new instance of the SimpleContext class with the specified maximum degree of parallelism.

Definition

Namespace: KGySoft.Threading
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public SimpleContext(
	int maxDegreeOfParallelism
)

Parameters

maxDegreeOfParallelism  Int32
Specifies the maximum degree of parallelism. If zero or less, then it will be adjusted automatically.

See Also