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.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxFunction Produce As ActorBase
abstract Produce : unit -> ActorBase
Return Value
Type:
ActorBaseA fresh actor instance.
See Also