C# Class Akka.Routing.ScatterGatherFirstCompletedRoutees

Inheritance: Routee
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method 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 method

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.
return System

Send() public method

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.
return void