Click or drag to resize
ThreadPoolConfigScaledPoolSize Method

[Missing <summary> documentation for "M:Akka.Dispatch.ThreadPoolConfig.ScaledPoolSize(System.Int32,System.Double,System.Int32)"]

Namespace: Akka.Dispatch
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static int ScaledPoolSize(
	int floor,
	double scalar,
	int ceiling
)

Parameters

floor
Type: SystemInt32

[Missing <param name="floor"/> documentation for "M:Akka.Dispatch.ThreadPoolConfig.ScaledPoolSize(System.Int32,System.Double,System.Int32)"]

scalar
Type: SystemDouble

[Missing <param name="scalar"/> documentation for "M:Akka.Dispatch.ThreadPoolConfig.ScaledPoolSize(System.Int32,System.Double,System.Int32)"]

ceiling
Type: SystemInt32

[Missing <param name="ceiling"/> documentation for "M:Akka.Dispatch.ThreadPoolConfig.ScaledPoolSize(System.Int32,System.Double,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Akka.Dispatch.ThreadPoolConfig.ScaledPoolSize(System.Int32,System.Double,System.Int32)"]

See Also