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

FIL.ControlParallelComputing

Enables or disables filters multithreading parallelization.

Namespace:FilNet
Assembly:FIL.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.

Function Overrides

See also