Click or drag to resize
Akka.NETTestActorRefBaseTActorTell 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.42 (1.2.3.42)
Syntax
public void Tell(
	Object message,
	IActorRef sender
)

Parameters

message
Type: SystemObject
The message.
sender
Type: Akka.ActorIActorRef
The sender
See Also