Skip to main content

Class MultiServerSettings

Inheritance

↳ object

    MultiServerSettings

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 MultiServerSettings

Properties

MaxNumberOfInstances

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

TimerInterval

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

TimerMaxSequentialFailCount

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

ExecuteTimersBatchSize

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

ServiceTimerInterval

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

ServiceTimerMaxSequentialFailCount

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

ProtectionIntervalInPercents

Declaration
public double ProtectionIntervalInPercents { get; set; }
Property value
TypeDescription
double

AliveSignalInterval

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

NumberOfSkippedIntervalsToSupposeDeath

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

RestorePauseInterval

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

RestoreWaitAttemptCount

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

StartStatusCheckPauseInterval

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

StartStatusCheckAttemptCount

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

ObtainTimerValueInterval

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

ObtainTimerValueAttemptCount

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

MaxDegreeOfParallelismMultiplier

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

ProcessStatusPollInterval

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

Fields

InfinityInstances

Declaration
public const int InfinityInstances = -1
Returns
TypeDescription
int

Extension Methods