ActorRefExtensions..::..IsNobody Method

If we call a method such as
C#
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.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public static bool IsNobody(
	this ActorRef actorRef
)
<ExtensionAttribute> _
Public Shared Function IsNobody ( _
	actorRef As ActorRef _
) As Boolean
[ExtensionAttribute]
public:
static bool^ IsNobody(
	ActorRef^ actorRef
)

Parameters

actorRef
Type: Akka.Actor..::..ActorRef