Click or drag to resize
Akka.NETActorRefExtensions Class
An extension method class for working with ActorRefs
Inheritance Hierarchy
SystemObject
  Akka.ActorActorRefExtensions

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

The ActorRefExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsNobody
If we call a method such as
Context.Child(name)
and don't receive a valid result in return, this method will indicate whether or not the actor we received is valid.
Top
See Also