Click or drag to resize
IndirectActorProducerProduce 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: 0.8.0.0 (0.8.0.0)
Syntax
ActorBase Produce()

Return Value

Type: ActorBase
A fresh actor instance.
See Also