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

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected ActorBase()
Exceptions
ExceptionCondition
ExceptionDo not create actors using 'new', always create them using an ActorContext/System
See Also