Click or drag to resize
Akka.NETDIActorProducerActorType Property
Retrieves the type of the actor to produce.

Namespace:  Akka.DI.Core
Assembly:  Akka.DI.Core (in Akka.DI.Core.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public Type ActorType { get; }

Property Value

Type: Type

Implements

IIndirectActorProducerActorType
See Also