Class TerminatedProps
This class represents a specialized Props used when the actor has been terminated.
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class TerminatedProps : Props, IEquatable<Props>, ISurrogated
Methods
| Edit this page View SourceNewActor()
N/A
Declaration
public override ActorBase NewActor()
Returns
| Type | Description |
|---|---|
| ActorBase | N/A |
Overrides
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | This exception is thrown automatically since the actor has been terminated. |
Edit this page