Click or drag to resize
Akka.NETAutoPilotRun 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.42 (1.2.3.42)
Syntax
public abstract AutoPilot Run(
	IActorRef sender,
	Object message
)

Parameters

sender
Type: Akka.ActorIActorRef
The sender.
message
Type: SystemObject
The message.

Return Value

Type: AutoPilot
The AutoPilot to be used for the next round
See Also