Show / Hide Table of Contents

Class ConfigFile.Threading

Configuration values related to threading.

Inheritance
Object
ConfigFile.Threading
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class Threading

Properties

DisableMultithreading

Declaration
public static bool DisableMultithreading { get; set; }
Property Value
Type Description
Boolean

ForceMultithreading

Declaration
public static bool ForceMultithreading { get; set; }
Property Value
Type Description
Boolean

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
Int32
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top