Click or drag to resize
Akka.NETSmallestMailboxRoutingLogic Constructor (Int32)
Initializes a new instance of the SmallestMailboxRoutingLogic class.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public SmallestMailboxRoutingLogic(
	int next
)

Parameters

next
Type: SystemInt32
Seed value used in the fallback selection process.
See Also