| TestProbeReply 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.129 (1.2.3.129)
Syntax public void Reply(
Object message
)
member Reply :
message : Object -> unit
Parameters
- message
- Type: SystemObject
The message.
See Also