Akka.Routing.ScatterGatherFirstCompletedRoutingLogic.ScatterGatherFirstCompletedRoutingLogic C# (CSharp) Méthode

ScatterGatherFirstCompletedRoutingLogic() public méthode

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.
Résultat System
        public ScatterGatherFirstCompletedRoutingLogic(TimeSpan within)
        {
            _within = within;
        }
ScatterGatherFirstCompletedRoutingLogic