Click or drag to resize
IInternalActor Interface
Contains things needed by the framework

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

The IInternalActor type exposes the following members.

Properties
  NameDescription
Public propertyActorContext
Gets the context for this instance.
Top
See Also