| AutoPilotRun Method |
This function will be called for each received message and can be
used to send or forward messages, etc.
Each invocation must return the AutoPilot for the next round.
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public abstract AutoPilot Run(
IActorRef sender,
Object message
)
abstract Run :
sender : IActorRef *
message : Object -> AutoPilot
Parameters
- sender
- Type: Akka.ActorIActorRef
The sender. - message
- Type: SystemObject
The message.
Return Value
Type:
AutoPilotThe
AutoPilot to be used for the next round
See Also