Click or drag to resize
Akka.NETDIActorSystemAdapter 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.42 (1.2.3.42)
Syntax
public DIActorSystemAdapter(
	ActorSystem system
)

Parameters

system
Type: Akka.ActorActorSystem
The actor system that contains the DI extension.
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified system is undefined.
See Also