Click or drag to resize
Akka.NETIIndirectActorProducer Methods

The IIndirectActorProducer type exposes the following members.

Methods
  NameDescription
Public methodProduce
This factory method must produce a fresh actor instance upon each invocation. It is not permitted to return the same instance more than once.
Public methodRelease
This method is used by Props to signal the producer that it can release it's reference.
Remarks
To learn more about using Dependency Injection in .NET, see HERE.
Top
See Also