Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Routing
RandomGroup Class
RandomGroup Constructor
RandomGroup Constructor (IEnumerable(String))
RandomGroup Constructor (String[])
RandomGroup Constructor (Config)
RandomGroup Constructor (IEnumerable(String), String)
RandomGroup Constructor (Config)
Initializes a new instance of the
RandomGroup
class.
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
RandomGroup
(
Config
config
)
new
:
config
:
Config
->
RandomGroup
Parameters
config
Type:
Akka.Configuration
Config
The configuration to use to lookup paths used by the group router.
Note
If 'routees.path' is defined in the provided configuration then those paths will be used by the router.
See Also
Reference
RandomGroup Class
RandomGroup Overload
Akka.Routing Namespace
Akka.NET Home
|
Learn Akka.NET