Click or drag to resize
Akka.NETActorCellAttachChild Method
TBD

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public virtual IActorRef AttachChild(
	Props props,
	bool isSystemService,
	string name = null
)

Parameters

props
Type: Akka.ActorProps
TBD
isSystemService
Type: SystemBoolean
TBD
name (Optional)
Type: SystemString
TBD

Return Value

Type: IActorRef
TBD
Exceptions
ExceptionCondition
InvalidActorNameException This exception is thrown if the given name is an invalid actor name.
ArgumentException This exception is thrown if a pre-creation serialization occurred.
InvalidOperationException This exception is thrown if the actor tries to create a child while it is terminating or is terminated.
See Also