Click or drag to resize
Akka.NETTestProbeForward Method
Overload List
  NameDescription
Public methodForward(IActorRef)
Forwards the last received message to the specified actor as if the LastMessage was sent directly to the actor in the first place.
Public methodForward(IActorRef, Object)
Forwards a message to the specified actor. As sender the sender of the last message is used.
Top
See Also