Show / Hide Table of Contents

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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top