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

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
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