Method | Description | |
---|---|---|
Select ( object message, |
Picks all of the provided routees to receive the message.
|
|
TailChoppingRoutingLogic ( System.TimeSpan within, System.TimeSpan interval, IScheduler scheduler ) : System |
Initializes a new instance of the TailChoppingRoutingLogic class.
|
public Select ( object message, |
||
message | object | The message that is being routed |
routees | A collection of routees used when receiving the |
|
return |
public TailChoppingRoutingLogic ( System.TimeSpan within, System.TimeSpan interval, IScheduler scheduler ) : System | ||
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 |