Click or drag to resize
Akka.NETTestProbeForward Method (IActorRef)
Forwards the last received message to the specified actor as if the LastMessage was sent directly to the actor in the first place.

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
)

Parameters

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