You are here: Start » FIL.NET » Invoke.ControlParallelComputing

Invoke.ControlParallelComputing

Enables or disables filters multithreading parallelization.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ControlParallelComputing
(
	bool inIsEnabled,
	Optional<int> inThreadCount,
	Optional<int> inBlockTime,
	out int outThreadCount
)

Parameters

Name Type Range Default Description
inIsEnabledboolTrueWhen 'true' parallel computing is used. Default value: True.
inThreadCountFtl.Optional<int><1, 128>Requested number of threads. Default value: ftl::NIL.
inBlockTimeFtl.Optional<int>Sets the number of milliseconds that a thread should wait, after completing the execution of a parallel region, before sleeping. Default value: ftl::NIL.
outThreadCountintActually available number of threads.

See also