Click or drag to resize
Akka.NETDIActorContextAdapter Constructor
Initializes a new instance of the DIActorContextAdapter 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 DIActorContextAdapter(
	IActorContext context
)

Parameters

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