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