Click or drag to resize
DefaultResizer Constructor
Initializes a new instance of the DefaultResizer class

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public DefaultResizer(
	int lower,
	int upper,
	int pressureThreshold = 1,
	double rampupRate = 0,2,
	double backoffThreshold = 0,3,
	double backoffRate = 0,1,
	int messagesPerResize = 10
)

Parameters

lower
Type: SystemInt32

[Missing <param name="lower"/> documentation for "M:Akka.Routing.DefaultResizer.#ctor(System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Int32)"]

upper
Type: SystemInt32

[Missing <param name="upper"/> documentation for "M:Akka.Routing.DefaultResizer.#ctor(System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Int32)"]

pressureThreshold (Optional)
Type: SystemInt32

[Missing <param name="pressureThreshold"/> documentation for "M:Akka.Routing.DefaultResizer.#ctor(System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Int32)"]

rampupRate (Optional)
Type: SystemDouble

[Missing <param name="rampupRate"/> documentation for "M:Akka.Routing.DefaultResizer.#ctor(System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Int32)"]

backoffThreshold (Optional)
Type: SystemDouble

[Missing <param name="backoffThreshold"/> documentation for "M:Akka.Routing.DefaultResizer.#ctor(System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Int32)"]

backoffRate (Optional)
Type: SystemDouble

[Missing <param name="backoffRate"/> documentation for "M:Akka.Routing.DefaultResizer.#ctor(System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Int32)"]

messagesPerResize (Optional)
Type: SystemInt32

[Missing <param name="messagesPerResize"/> documentation for "M:Akka.Routing.DefaultResizer.#ctor(System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Int32)"]

See Also