Method | Description | |
---|---|---|
Send ( object message, IActorRef sender ) : void |
Sends a message to the collection of routees.
|
|
TailChoppingRoutee ( |
Initializes a new instance of the TailChoppingRoutee class.
|
public Send ( object message, IActorRef sender ) : void | ||
message | object | The message that is being sent. |
sender | IActorRef | The actor sending the message. |
return | void |
public TailChoppingRoutee ( |
||
routees | The list of routees that the router uses to send messages. | |
within | System.TimeSpan | The time within which at least one response is expected. |
interval | System.TimeSpan | The duration after which the next routee will be picked. |
scheduler | IScheduler | The |
return | System |