Méthode | Description | |
---|---|---|
RoundRobinRoutingLogic ( ) : System.Collections.Generic |
Initializes a new instance of the RoundRobinRoutingLogic class.
|
|
RoundRobinRoutingLogic ( int next ) : System.Collections.Generic |
Initializes a new instance of the RoundRobinRoutingLogic class.
|
|
Select ( object message, |
Picks the next Routee in the collection to receive the message.
|
public RoundRobinRoutingLogic ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public RoundRobinRoutingLogic ( int next ) : System.Collections.Generic | ||
next | int | The index to use when starting the selection process. Note that it will start at (next + 1). |
Résultat | System.Collections.Generic |
public Select ( object message, |
||
message | object | The message that is being routed. |
routees | A collection of routees to choose from when receiving the |
|
Résultat |