| TestActorRefBaseTActorTell Method (Object, IActorRef) |
Sends a message to this actor with the specified sender.
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void Tell(
Object message,
IActorRef sender
)
member Tell :
message : Object *
sender : IActorRef -> unit
Parameters
- message
- Type: SystemObject
The message. - sender
- Type: Akka.ActorIActorRef
The sender
See Also