ActorRefExtensions..::..IsNobody Method
If we call a method such as
and don't receive a valid result in return, this method will indicate
whether or not the actor we received is valid.
Namespace:
Akka.ActorC#
Context.Child(name)
Assembly: Akka (in Akka.dll)
Syntax
<ExtensionAttribute> _ Public Shared Function IsNobody ( _ actorRef As ActorRef _ ) As Boolean
[ExtensionAttribute] public: static bool^ IsNobody( ActorRef^ actorRef )
Parameters
- actorRef
- Type: Akka.Actor..::..ActorRef