Property | Type | Description | |
---|---|---|---|
NoRoutee |
Method | Description | |
---|---|---|
Ask ( object message, System.TimeSpan timeout ) : Task | ||
FromActorRef ( IActorRef actorRef ) : |
||
Send ( object message, IActorRef sender ) : void |
public Ask ( object message, System.TimeSpan timeout ) : Task | ||
message | object | |
timeout | System.TimeSpan | |
return | Task |
public static FromActorRef ( IActorRef actorRef ) : |
||
actorRef | IActorRef | |
return |
public Send ( object message, IActorRef sender ) : void | ||
message | object | |
sender | IActorRef | |
return | void |