Click or drag to resize
Akka.NETThreadPoolConfigScaledPoolSize Method
TBD

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

Parameters

floor
Type: SystemInt32
TBD
scalar
Type: SystemDouble
TBD
ceiling
Type: SystemInt32
TBD

Return Value

Type: Int32
TBD
See Also