Click or drag to resize
Akka.NETIInternalActorRef Properties

The IInternalActorRef type exposes the following members.

Properties
  NameDescription
Public propertyIsLocal
Returns true if the actor is local to this ActorSystem. Returns false if the actor is remote.
(Inherited from IActorRefScope.)
Public propertyIsTerminated Obsolete.
Obsolete. Use [!:Akka.Actor.UntypedActor.Context.Watch(IActorRef)] or Receive<>
Public propertyParent
The parent of this actor.
Public propertyPath
The path of this actor. Can be used to extract information about whether or not this actor is local or remote.
(Inherited from IActorRef.)
Public propertyProvider
The IActorRefProvider used by the ActorSystem to which this actor belongs.
Top
See Also