Méthode | Description | |
---|---|---|
AddRoutee ( |
Create a new instance with one more routee and the same RoutingLogic.
|
|
AddRoutee ( IActorRef routee ) : |
Create a new instance with one more routee and the same RoutingLogic.
|
|
AddRoutee ( |
Create a new instance with one more routee and the same RoutingLogic.
|
|
RemoveRoutee ( |
Create a new instance without the specified routee.
|
|
RemoveRoutee ( IActorRef routee ) : |
Create a new instance without the specified routee.
|
|
RemoveRoutee ( |
Create a new instance without the specified routee.
|
|
Route ( object message, IActorRef sender ) : void | ||
Router ( |
||
Router ( |
||
WithRoutees ( ) : |
Create a new instance with the specified routees and the same RoutingLogic.
|
Méthode | Description | |
---|---|---|
Send ( |
Méthode | Description | |
---|---|---|
UnWrap ( object message ) : object |
public AddRoutee ( |
||
routee | ||
Résultat |
public AddRoutee ( IActorRef routee ) : |
||
routee | IActorRef | |
Résultat |
public AddRoutee ( |
||
routee | ||
Résultat |
public RemoveRoutee ( |
||
routee | ||
Résultat |
public RemoveRoutee ( IActorRef routee ) : |
||
routee | IActorRef | |
Résultat |
public RemoveRoutee ( |
||
routee | ||
Résultat |
public Route ( object message, IActorRef sender ) : void | ||
message | object | |
sender | IActorRef | |
Résultat | void |
public Router ( |
||
logic | ||
Résultat | System.Collections.Generic |
public Router ( |
||
logic | ||
routee | IActorRef | |
Résultat | System.Collections.Generic |
protected Send ( |
||
routee | ||
message | object | |
sender | IActorRef | |
Résultat | void |