Click or drag to resize
Akka.NETActorBase Constructor
Initializes a new instance of the ActorBase class.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
protected ActorBase()
Exceptions
ExceptionCondition
ActorInitializationException This exception is thrown when an actor is created using new. Always create actors using an ActorContext/System.
See Also