You are here: Start » AVL.NET » Function Reference » System » Configuration » AVL.ControlParallelComputing

AVL.ControlParallelComputing

Enables or disables filters multithreading parallelization.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ControlParallelComputing
(
	bool inIsEnabled,
	int? inThreadCount,
	int? inBlockTime,
	out int outThreadCount
)

Parameters

Name Type Range Default Description
inIsEnabledboolTrueWhen 'true' parallel computing is used. Default value: True.
inThreadCountint?<1, 32>Requested number of threads. Default value: atl::NIL.
inBlockTimeint?Sets the number of milliseconds that a thread should wait, after completing the execution of a parallel region, before sleeping. Default value: atl::NIL.
outThreadCountintActually available number of threads.

Function Overrides

See also