Akka.Routing.ScatterGatherFirstCompletedRoutingLogic.ScatterGatherFirstCompletedRoutingLogic C# (CSharp) Метод

ScatterGatherFirstCompletedRoutingLogic() публичный Метод

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.
Результат System
        public ScatterGatherFirstCompletedRoutingLogic(TimeSpan within)
        {
            _within = within;
        }
ScatterGatherFirstCompletedRoutingLogic