| KeepRunningRun Method |
N/A
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public override AutoPilot Run(
IActorRef sender,
Object message
)
abstract Run :
sender : IActorRef *
message : Object -> AutoPilot
override Run :
sender : IActorRef *
message : Object -> AutoPilot
Parameters
- sender
- Type: Akka.ActorIActorRef
N/A - message
- Type: SystemObject
N/A
Return Value
Type:
AutoPilotN/A
Exceptions Exception | Condition |
---|
InvalidOperationException |
This exception is automatically thrown since calling this function would never occur in normal operation.
|
See Also