Click or drag to resize
Akka.NETTestProbeReply Method
Send message to the sender of the last received message.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Reply(
	Object message
)

Parameters

message
Type: SystemObject
The message.
See Also