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

AVL.ControlParallelComputing Method

Enables or disables filters multithreading parallelization.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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?Requested number of threads. Default value: atl::NIL, or null.
outThreadCountintActually available number of threads.

See also