Click or drag to resize
Akka.NETActorRefFactoryExtensions Class
TBD
Inheritance Hierarchy
SystemObject
  Akka.ActorActorRefFactoryExtensions

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class ActorRefFactoryExtensions

The ActorRefFactoryExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberActorOfTActor
TBD
Public methodStatic memberActorSelection
Construct an ActorSelection from the given string representing a path relative to the given target. This operation has to create all the matching magic, so it is preferable to cache its result if the intention is to send messages frequently.
Top
See Also