Click or drag to resize
IndirectActorProducerActorType Property
This method is used by [[Props]] to determine the type of actor which will be created. The returned type is not used to produce the actor.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
Type ActorType { get; }

Property Value

Type: Type
See Also