Click or drag to resize
Akka.NETActorRefExtensions Methods

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