Click or drag to resize
Akka.NETLocalActorRefGetChild Method
TBD

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

Parameters

name
Type: System.Collections.GenericIEnumerableString
TBD

Return Value

Type: IActorRef
TBD

Implements

IInternalActorRefGetChild(IEnumerableString)
Exceptions
ExceptionCondition
NotSupportedExceptionTBD
See Also