Show / Hide Table of Contents

Class QueueHandlerScalingConfig

Inheritance
object
QueueHandlerScalingConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.PacketHandling.QueueHandlers
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
Type Description
QueueHandlerScalingConfig
| Edit this page View Source

Default

Declaration
public static QueueHandlerScalingConfig Default { get; }
Property Value
Type Description
QueueHandlerScalingConfig
| Edit this page View Source

MaxWorkerCount

Declaration
public int MaxWorkerCount { get; set; }
Property Value
Type Description
int
| Edit this page View Source

MinWorkerCount

Declaration
public int MinWorkerCount { get; set; }
Property Value
Type Description
int
| Edit this page View Source

NewWorkerTimeout

Declaration
public int NewWorkerTimeout { get; set; }
Property Value
Type Description
int
| Edit this page View Source

QueueHighThreshold

Declaration
public int QueueHighThreshold { get; set; }
Property Value
Type Description
int
| Edit this page View Source

QueueLowThreshold

Declaration
public int QueueLowThreshold { get; set; }
Property Value
Type Description
int
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX