Click or drag to resize
Akka.NETActorPath Operators

The ActorPath type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberDivision(ActorPath, IEnumerableString)
Creates a new ActorPath by appending all the names in name to the specified path.
Public operatorStatic memberDivision(ActorPath, String)
Creates a new ChildActorPath with the specified parent path and the specified name.
Public operatorStatic memberEquality
Compares two specified actor paths for equality.
Public operatorStatic memberInequality
Compares two specified actor paths for inequality.
Top
See Also