Note: This API is now obsolete.
Initializes a new instance of the
RandomPool class
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax[ObsoleteAttribute("for serialization only", true)]
public RandomPool()
<ObsoleteAttribute("for serialization only", true)>
Public Sub New
public:
[ObsoleteAttribute(L"for serialization only", true)]
RandomPool()
[<ObsoleteAttribute("for serialization only", true)>]
new : unit -> RandomPool
See Also