Akka.Routing.ScatterGatherFirstCompletedPool.ScatterGatherFirstCompletedPool C# (CSharp) Method

ScatterGatherFirstCompletedPool() public method

Initializes a new instance of the ScatterGatherFirstCompletedPool class.
public ScatterGatherFirstCompletedPool ( Config config ) : System
config Config /// The configuration to use to lookup paths used by the group router. /// /// /// 'within' must be defined in the provided configuration. /// ///
return System
        public ScatterGatherFirstCompletedPool(Config config) : base(config)
        {
            _within = config.GetTimeSpan("within");
        }

Same methods

ScatterGatherFirstCompletedPool::ScatterGatherFirstCompletedPool ( int nrOfInstances ) : System
ScatterGatherFirstCompletedPool::ScatterGatherFirstCompletedPool ( int nrOfInstances, Resizer resizer, SupervisorStrategy supervisorStrategy, string routerDispatcher, TimeSpan within, bool usePoolDispatcher = false ) : System
ScatterGatherFirstCompletedPool::ScatterGatherFirstCompletedPool ( int nrOfInstances, TimeSpan within ) : System