Click or drag to resize
Akka.NETIIndirectActorProducerProduce Method
This factory method must produce a fresh actor instance upon each invocation. It is not permitted to return the same instance more than once.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
ActorBase Produce()

Return Value

Type: ActorBase
A fresh actor instance.
See Also