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,
	out int outThreadCount
)

Parameters

Name Type Range Default Description
inIsEnabledboolTrueWhen 'true' parallel computing is used. Default value: True.
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