Class TestActor.SetAutoPilot
Message that is supposed to be sent to a TestActor to install an AutoPilot to drive the TestActor: the AutoPilot will be run for each received message and can be used to send or forward messages, etc. Each invocation must return the AutoPilot for the next round.
public class TestActor.SetAutoPilot : INoSerializationVerificationNeeded
- Inheritance
-
TestActor.SetAutoPilot
- Implements
-
INoSerializationVerificationNeeded
- Inherited Members
Constructors
SetAutoPilot(AutoPilot)
TBD
public SetAutoPilot(AutoPilot autoPilot)
Parameters
autoPilot
AutoPilotTBD
Properties
AutoPilot
TBD
public AutoPilot AutoPilot { get; }