Click or drag to resize
Akka.NETTestProbeForward Method (IActorRef, Object)
Forwards a message to the specified actor. As sender the sender of the last message is used.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Forward(
	IActorRef actor,
	Object message
)

Parameters

actor
Type: Akka.ActorIActorRef
The actor to forward to.
message
Type: SystemObject
The message.
See Also