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

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override ActorBase NewActor()

Return Value

Type: ActorBase
N/A
Exceptions
ExceptionCondition
InvalidOperationExceptionThis exception is thrown automatically since the actor has been terminated.
See Also