Click or drag to resize
Akka.NETIRepointableRef Properties

The IRepointableRef 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 propertyIsStarted
Returns true if this actor has started yet. false otherwise.
Top
See Also