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.42 (1.2.3.42)
Syntax
public Type ActorType { get; }

Property Value

Type: Type

Implements

IIndirectActorProducerActorType
See Also