Click or drag to resize
PropsNewActor Method
Create a new actor instance. This method is only useful when called during actor creation by the ActorSystem.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public virtual ActorBase NewActor()

Return Value

Type: ActorBase
ActorBase.
See Also