C# Class Akka.Routing.ScatterGatherFirstCompletedRoutees

Inheritance: Routee
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
ScatterGatherFirstCompletedRoutees ( Routee routees, System.TimeSpan within ) : System

Initializes a new instance of the ScatterGatherFirstCompletedRoutees class.

Send ( object message, IActorRef sender ) : void

Sends a message to the collection of routees.

Method Details

ScatterGatherFirstCompletedRoutees() public méthode

Initializes a new instance of the ScatterGatherFirstCompletedRoutees class.
public ScatterGatherFirstCompletedRoutees ( Routee routees, System.TimeSpan within ) : System
routees Routee The list of routees that the router uses to send messages.
within System.TimeSpan The time within which at least one response is expected.
Résultat System

Send() public méthode

Sends a message to the collection of routees.
public Send ( object message, IActorRef sender ) : void
message object The message that is being sent.
sender IActorRef The actor sending the message.
Résultat void