Class KeepRunning
Inherited Members
Namespace: Akka.TestKit
Assembly: Akka.TestKit.dll
Syntax
public sealed class KeepRunning : AutoPilot
Fields
| Improve this Doc View SourceInstance
TBD
Declaration
public static KeepRunning Instance
Field Value
Type | Description |
---|---|
KeepRunning |
Methods
| Improve this Doc View SourceRun(IActorRef, Object)
N/A
Declaration
public override AutoPilot Run(IActorRef sender, object message)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | sender | N/A |
Object | message | N/A |
Returns
Type | Description |
---|---|
AutoPilot | N/A |
Overrides
Exceptions
Type | Condition |
---|---|
InvalidOperationException | This exception is automatically thrown since calling this function would never occur in normal operation. |