Interface ConfigFile.IThreadingConfiguration
Configuration values related to threading. Created in Process scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.IThreadingConfiguration
Properties
DisableMultithreading
Configuration values related to threading. Created in Process scope
Declaration
bool DisableMultithreading { get; set; }
Property Value
Type | Description |
---|---|
bool |
ForceMultithreading
Configuration values related to threading. Created in Process scope
Declaration
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
int MaxParellalThreads { get; set; }
Property Value
Type | Description |
---|---|
int |