Click or drag to resize
Akka.NETPropsNewActor 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()

Return Value

Type: ActorBase
The newly created actor
Exceptions
ExceptionCondition
TypeLoadException This exception is thrown if there was an error creating an actor of type Type with the arguments from Arguments.
See Also