Class ConfigFile.Threading
Configuration values related to threading.
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.Threading
Properties
DisableMultithreading
Configuration values related to threading.
Declaration
public static bool DisableMultithreading { get; set; }
Property Value
Type | Description |
---|---|
bool |
ForceMultithreading
Configuration values related to threading.
Declaration
public static bool ForceMultithreading { get; set; }
Property Value
Type | Description |
---|---|
bool |
MaxParellalThreads
Max parallel operations that is permitted to be run in parallel. -1 is infinite and 30 is default.
Declaration
public static int MaxParellalThreads { get; set; }
Property Value
Type | Description |
---|---|
int |