Click or drag to resize
Akka.NETKeepRunningRun Method
N/A

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override AutoPilot Run(
	IActorRef sender,
	Object message
)

Parameters

sender
Type: Akka.ActorIActorRef
N/A
message
Type: SystemObject
N/A

Return Value

Type: AutoPilot
N/A
Exceptions
ExceptionCondition
InvalidOperationException This exception is automatically thrown since calling this function would never occur in normal operation.
See Also