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