| PropsNewActor Method |
Creates a new actor using the configured actor producer.
Remarks
This method is only useful when called during actor creation by the ActorSystem.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public virtual ActorBase NewActor()
abstract NewActor : unit -> ActorBase
override NewActor : unit -> ActorBase
Return Value
Type:
ActorBaseThe newly created actor
Exceptions See Also