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
Syntaxpublic class SingleServerSettings
Properties
TimerPeriod
Declarationpublic int TimerPeriod { get; set; }
Type | Description |
---|---|
int |
TimerMaxSequentialFailCount
Declarationpublic int TimerMaxSequentialFailCount { get; set; }
Type | Description |
---|---|
int |
DoNotRestoreOnStart
Declarationpublic bool DoNotRestoreOnStart { get; set; }
Type | Description |
---|---|
bool |
MaxDegreeOfParallelismMultiplier
Declarationpublic int MaxDegreeOfParallelismMultiplier { get; set; }
Type | Description |
---|---|
int |
TimerBatchSize
Declarationpublic int TimerBatchSize { get; set; }
Type | Description |
---|---|
int |