Method | Description | |
---|---|---|
Select ( object message, |
Picks a Routee to receive the message.
|
|
SmallestMailboxRoutingLogic ( ) : System.Threading |
Initializes a new instance of the SmallestMailboxRoutingLogic class.
|
|
SmallestMailboxRoutingLogic ( int next ) : System.Threading |
Initializes a new instance of the SmallestMailboxRoutingLogic class.
|
Method | Description | |
---|---|---|
SelectNext ( |
||
TryGetActorCell ( |
public Select ( object message, |
||
message | object | The message that is being routed |
routees | A collection of routees to choose from when receiving the |
|
return |
public SmallestMailboxRoutingLogic ( ) : System.Threading | ||
return | System.Threading |
public SmallestMailboxRoutingLogic ( int next ) : System.Threading | ||
next | int | Seed value used in the fallback selection process. |
return | System.Threading |