Click or drag to resize
Akka.NETRemoteActorRefGetChild Method
Gets the child.

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override IActorRef GetChild(
	IEnumerable<string> name
)

Parameters

name
Type: System.Collections.GenericIEnumerableString
The name.

Return Value

Type: IActorRef
ActorRef.

Implements

IInternalActorRefGetChild(IEnumerableString)
Exceptions
ExceptionCondition
NotImplementedExceptionTBD
See Also