Click or drag to resize
Akka.NETUnityDependencyResolver Constructor
Initializes a new instance of the UnityDependencyResolver class.

Namespace: Akka.DI.Unity
Assembly: Akka.DI.Unity (in Akka.DI.Unity.dll) Version: 1.0.7.19 (1.0.7.19)
Syntax
public UnityDependencyResolver(
	IUnityContainer container,
	ActorSystem system
)

Parameters

container
Type: IUnityContainer
The container used to resolve references
system
Type: Akka.ActorActorSystem
The actor system to plug into
Exceptions
ExceptionCondition
ArgumentNullException Either the container or the system was null.
See Also