Метод | Описание | |
---|---|---|
ActorRefRoutee ( IActorRef actor ) : System.Collections.Generic | ||
Ask ( object message, System.TimeSpan timeout ) : Task | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Send ( object message, IActorRef sender ) : void |
Метод | Описание | |
---|---|---|
Equals ( |
public ActorRefRoutee ( IActorRef actor ) : System.Collections.Generic | ||
actor | IActorRef | |
Результат | System.Collections.Generic |
public Ask ( object message, System.TimeSpan timeout ) : Task | ||
message | object | |
timeout | System.TimeSpan | |
Результат | Task |
protected Equals ( |
||
other | ||
Результат | bool |
public Send ( object message, IActorRef sender ) : void | ||
message | object | |
sender | IActorRef | |
Результат | void |