Click or drag to resize
IActorContextChild Method

[Missing <summary> documentation for "M:Akka.Actor.IActorContext.Child(System.String)"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
ActorRef Child(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Akka.Actor.IActorContext.Child(System.String)"]

Return Value

Type: ActorRef

[Missing <returns> documentation for "M:Akka.Actor.IActorContext.Child(System.String)"]

See Also