Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.DI.Core
DIActorSystemAdapter Class
DIActorSystemAdapter Constructor
DIActorSystemAdapter Methods
DIActorSystemAdapter Constructor
Initializes a new instance of the
DIActorSystemAdapter
class.
Namespace:
Akka.DI.Core
Assembly:
Akka.DI.Core (in Akka.DI.Core.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
DIActorSystemAdapter
(
ActorSystem
system
)
new
:
system
:
ActorSystem
->
DIActorSystemAdapter
Parameters
system
Type:
Akka.Actor
ActorSystem
The actor system that contains the DI extension.
Exceptions
Exception
Condition
ArgumentNullException
This exception is thrown when the specified
system
is undefined.
See Also
Reference
DIActorSystemAdapter Class
Akka.DI.Core Namespace
Akka.NET Home
|
Learn Akka.NET