ActorSelection Constructor (ActorRef, IEnumerable<(Of <(<'String>)>)>)
Initializes a new instance of the ActorSelection class.
Namespace:
Akka.ActorAssembly: Akka (in Akka.dll)
Syntax
public ActorSelection( ActorRef anchor, IEnumerable<string> elements )
Public Sub New ( _ anchor As ActorRef, _ elements As IEnumerable(Of String) _ )
public: ActorSelection( ActorRef^ anchor, IEnumerable<String^>^ elements )
Parameters
- anchor
- Type: Akka.Actor..::..ActorRef
The anchor.
- elements
- Type: IEnumerable<(Of <(<'String>)>)>
The elements.