Click or drag to resize
Akka.NETUnityDependencyResolverRelease Method
Signals the container to release it's reference to the actor.

Namespace: Akka.DI.Unity
Assembly: Akka.DI.Unity (in Akka.DI.Unity.dll) Version: 1.0.7.19 (1.0.7.19)
Syntax
public void Release(
	ActorBase actor
)

Parameters

actor
Type: Akka.ActorActorBase
The actor to remove from the container

Implements

IDependencyResolverRelease(ActorBase)
See Also