Click or drag to resize
Akka.NETActorIdentitySubject Property
A reference to the underyling actor.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IActorRef Subject { get; }

Property Value

Type: IActorRef
Remarks
Will be null if sent an ActorSelection that could not be resolved.
See Also