| Actorsselect Method |
Returns an instance of [ActorSelection] for specified path.
If no matching receiver will be found, a [ActorRefs.NoSender] instance will be returned.
Namespace:
Akka.FSharp
Assembly:
Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public static ActorSelection select(
string path,
IActorRefFactory selector
)
static member select :
path : string *
selector : IActorRefFactory -> ActorSelection
Parameters
- path
- Type: SystemString
[Missing <param name="path"/> documentation for "M:Akka.FSharp.Actors.select(System.String,Akka.Actor.IActorRefFactory)"]
- selector
- Type: Akka.ActorIActorRefFactory
[Missing <param name="selector"/> documentation for "M:Akka.FSharp.Actors.select(System.String,Akka.Actor.IActorRefFactory)"]
Return Value
Type:
ActorSelection[Missing <returns> documentation for "M:Akka.FSharp.Actors.select(System.String,Akka.Actor.IActorRefFactory)"]
See Also