Click or drag to resize
ActorRefScope Interface
All ActorRefs have a scope which describes where they live. Since it is often necessary to distinguish between local and non-local references, this is the only method provided on the scope. INTERNAL

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public interface ActorRefScope

The ActorRefScope type exposes the following members.

Properties
  NameDescription
Public propertyIsLocal
Top
See Also