Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Actor
ActorBase Class
ActorBase Constructor
ActorBase Properties
ActorBase Methods
ActorBase Constructor
Initializes a new instance of the
ActorBase
class.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
C#
F#
Copy
protected
ActorBase
()
new
:
unit
->
ActorBase
Exceptions
Exception
Condition
ActorInitializationException
This exception is thrown when an actor is created using
new
. Always create actors using an ActorContext/System.
See Also
Reference
ActorBase Class
Akka.Actor Namespace
Akka.NET Home
|
Learn Akka.NET