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,
	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.
outThreadCountintActually available number of threads.

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.

Function Overrides

See also