Class KeepRunning
Inherited Members
Namespace: Akka.TestKit
Assembly: Akka.TestKit.dll
Syntax
public sealed class KeepRunning : AutoPilot
Fields
| Edit this page View SourceInstance
TBD
Declaration
public static KeepRunning Instance
Field Value
| Type | Description |
|---|---|
| KeepRunning |
Methods
| Edit this page 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. |
Edit this page