Method | Description | |
---|---|---|
ActorSelectionRoutee ( |
||
Ask ( object message, System.TimeSpan timeout ) : Task | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Send ( object message, IActorRef sender ) : void |
Method | Description | |
---|---|---|
Equals ( |
public ActorSelectionRoutee ( |
||
actor | ||
return | System.Collections.Generic |
public Ask ( object message, System.TimeSpan timeout ) : Task | ||
message | object | |
timeout | System.TimeSpan | |
return | Task |
protected Equals ( |
||
other | ||
return | bool |
public Send ( object message, IActorRef sender ) : void | ||
message | object | |
sender | IActorRef | |
return | void |