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
Syntaxpublic class MultiServerSettings
Properties
MaxNumberOfInstances
Declarationpublic int MaxNumberOfInstances { get; set; }
Type | Description |
---|---|
int |
TimerInterval
Declarationpublic int TimerInterval { get; set; }
Type | Description |
---|---|
int |
TimerMaxSequentialFailCount
Declarationpublic int TimerMaxSequentialFailCount { get; set; }
Type | Description |
---|---|
int |
ExecuteTimersBatchSize
Declarationpublic int ExecuteTimersBatchSize { get; set; }
Type | Description |
---|---|
int |
ServiceTimerInterval
Declarationpublic int ServiceTimerInterval { get; set; }
Type | Description |
---|---|
int |
ServiceTimerMaxSequentialFailCount
Declarationpublic int ServiceTimerMaxSequentialFailCount { get; set; }
Type | Description |
---|---|
int |
ProtectionIntervalInPercents
Declarationpublic double ProtectionIntervalInPercents { get; set; }
Type | Description |
---|---|
double |
AliveSignalInterval
Declarationpublic int AliveSignalInterval { get; set; }
Type | Description |
---|---|
int |
NumberOfSkippedIntervalsToSupposeDeath
Declarationpublic int NumberOfSkippedIntervalsToSupposeDeath { get; set; }
Type | Description |
---|---|
int |
RestorePauseInterval
Declarationpublic int RestorePauseInterval { get; set; }
Type | Description |
---|---|
int |
RestoreWaitAttemptCount
Declarationpublic int RestoreWaitAttemptCount { get; set; }
Type | Description |
---|---|
int |
StartStatusCheckPauseInterval
Declarationpublic int StartStatusCheckPauseInterval { get; set; }
Type | Description |
---|---|
int |
StartStatusCheckAttemptCount
Declarationpublic int StartStatusCheckAttemptCount { get; set; }
Type | Description |
---|---|
int |
ObtainTimerValueInterval
Declarationpublic int ObtainTimerValueInterval { get; set; }
Type | Description |
---|---|
int |
ObtainTimerValueAttemptCount
Declarationpublic int ObtainTimerValueAttemptCount { get; set; }
Type | Description |
---|---|
int |
MaxDegreeOfParallelismMultiplier
Declarationpublic int MaxDegreeOfParallelismMultiplier { get; set; }
Type | Description |
---|---|
int |
ProcessStatusPollInterval
Declarationpublic int ProcessStatusPollInterval { get; set; }
Type | Description |
---|---|
int |
Fields
InfinityInstances
Declarationpublic const int InfinityInstances = -1
Type | Description |
---|---|
int |