You are here: Start » FIL.NET » FIL.ControlParallelComputing
Enables or disables filters multithreading parallelization.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ControlParallelComputing ( bool inIsEnabled, int? inThreadCount, out int outThreadCount )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inIsEnabled | bool | True | When 'true' parallel computing is used. Default value: True. | |
![]() | inThreadCount | int? | <1, 32> | Requested number of threads. Default value: ftl::NIL. | |
![]() | outThreadCount | int | Actually available number of threads. |