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.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxReadOnly Property ActorType As Type
Get
property Type^ ActorType {
Type^ get ();
}
abstract ActorType : Type with get
Property Value
Type:
Type
See Also