Click or drag to resize
ActorCellAttachChild Method

[Missing <summary> documentation for "M:Akka.Actor.ActorCell.AttachChild(Akka.Actor.Props,System.Boolean,System.String)"]

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

Parameters

props
Type: Akka.ActorProps

[Missing <param name="props"/> documentation for "M:Akka.Actor.ActorCell.AttachChild(Akka.Actor.Props,System.Boolean,System.String)"]

isSystemService
Type: SystemBoolean

[Missing <param name="isSystemService"/> documentation for "M:Akka.Actor.ActorCell.AttachChild(Akka.Actor.Props,System.Boolean,System.String)"]

name (Optional)
Type: SystemString

[Missing <param name="name"/> documentation for "M:Akka.Actor.ActorCell.AttachChild(Akka.Actor.Props,System.Boolean,System.String)"]

Return Value

Type: ActorRef

[Missing <returns> documentation for "M:Akka.Actor.ActorCell.AttachChild(Akka.Actor.Props,System.Boolean,System.String)"]

See Also