Click or drag to resize
Akka.NETScatterGatherFirstCompletedPool Constructor (Config)
Initializes a new instance of the ScatterGatherFirstCompletedPool class.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ScatterGatherFirstCompletedPool(
	Config config
)

Parameters

config
Type: Akka.ConfigurationConfig
The configuration to use to lookup paths used by the group router.
Note Note
'within' must be defined in the provided configuration.
See Also