RemoteActorRef..::..GetChild Method

Gets the child.

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public ActorRef GetChild(
	IEnumerable<string> name
)
Public Function GetChild ( _
	name As IEnumerable(Of String) _
) As ActorRef
public:
ActorRef^ GetChild(
	IEnumerable<String^>^ name
)

Parameters

name
Type: IEnumerable<(Of <(<'String>)>)>
The name.

Return Value

ActorRef.

Exceptions


ExceptionCondition
NotImplementedException