Click or drag to resize
Akka.NETDIActorProducerProduce Method
Creates an actor based on the container's implementation specific actor factory.

Namespace:  Akka.DI.Core
Assembly:  Akka.DI.Core (in Akka.DI.Core.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorBase Produce()

Return Value

Type: ActorBase
An actor created by the container.

Implements

IIndirectActorProducerProduce
See Also