Class QueueHandlerScalingConfig
Inheritance
QueueHandlerScalingConfig
Assembly: SlipeServer.Server.dll
Syntax
public class QueueHandlerScalingConfig
Constructors
|
Edit this page
View Source
QueueHandlerScalingConfig()
Declaration
public QueueHandlerScalingConfig()
Properties
|
Edit this page
View Source
Aggressive
Declaration
public static QueueHandlerScalingConfig Aggressive { get; }
Property Value
|
Edit this page
View Source
Default
Declaration
public static QueueHandlerScalingConfig Default { get; }
Property Value
|
Edit this page
View Source
MaxWorkerCount
Declaration
public int MaxWorkerCount { get; set; }
Property Value
|
Edit this page
View Source
MinWorkerCount
Declaration
public int MinWorkerCount { get; set; }
Property Value
|
Edit this page
View Source
NewWorkerTimeout
Declaration
public int NewWorkerTimeout { get; set; }
Property Value
|
Edit this page
View Source
QueueHighThreshold
Declaration
public int QueueHighThreshold { get; set; }
Property Value
|
Edit this page
View Source
QueueLowThreshold
Declaration
public int QueueLowThreshold { get; set; }
Property Value