Click or drag to resize
Akka.NETICell Properties

The ICell type exposes the following members.

Properties
  NameDescription
Public propertyChildrenContainer
TBD
Public propertyHasMessages
If the actor isLocal, returns whether "user messages" are currently queued, falseotherwise.
Public propertyIsLocal
Returns true if the actor is local.
Public propertyIsTerminated
TBD
Public propertyNumberOfMessages
If the actor isLocal, returns the number of "user messages" currently queued, which may be a costly operation, 0 otherwise.
Public propertyParent
The supervisor of this actor.
Public propertyProps
The props for this actor cell.
Public propertySelf
Gets the "self" reference which this Cell is attached to.
Public propertySystem
The system within which this Cell lives.
Public propertySystemImpl
The system internals within which this Cell lives.
Top
See Also