Skip to main content

Class SingleServerSettings

Inheritance

↳ object

    SingleServerSettings

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime.Settings

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class SingleServerSettings

Properties

TimerPeriod

Declaration
public int TimerPeriod { get; set; }
Property value
TypeDescription
int

TimerMaxSequentialFailCount

Declaration
public int TimerMaxSequentialFailCount { get; set; }
Property value
TypeDescription
int

DoNotRestoreOnStart

Declaration
public bool DoNotRestoreOnStart { get; set; }
Property value
TypeDescription
bool

MaxDegreeOfParallelismMultiplier

Declaration
public int MaxDegreeOfParallelismMultiplier { get; set; }
Property value
TypeDescription
int

TimerBatchSize

Declaration
public int TimerBatchSize { get; set; }
Property value
TypeDescription
int

Extension Methods