| IIndirectActorProducerProduce 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 abstract Produce : unit -> ActorBase
Return Value
Type:
ActorBaseA fresh actor instance.
See Also