You are here: Start » AVL.NET » AVS.ControlParallelComputing Method

AVS.ControlParallelComputing Method

Enables or disables filters multithreading parallelization.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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.

Function Overrides

See also