Interface ICanTell
A shared interface for both IActor
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public interface ICanTell
Methods
| Improve this Doc View SourceTell(Object, IActorRef)
Asynchronously delivers a message to this IActor
Declaration
void Tell(object message, IActorRef sender)
Parameters
Type | Name | Description |
---|---|---|
Object | message | The message to be sent to the target. |
IActor |
sender | The sender of this message. Defaults to No |