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

ScatterGatherFirstCompletedRoutingLogic() public method

Initializes a new instance of the ScatterGatherFirstCompletedRoutingLogic class.
public ScatterGatherFirstCompletedRoutingLogic ( System.TimeSpan within ) : System
within System.TimeSpan The amount of time to wait for a response.
return System
        public ScatterGatherFirstCompletedRoutingLogic(TimeSpan within)
        {
            _within = within;
        }
ScatterGatherFirstCompletedRoutingLogic