ActorCellIsLocal Property |
[Missing <summary> documentation for "P:Akka.Actor.ActorCell.IsLocal"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool IsLocal { get; }
Public ReadOnly Property IsLocal As Boolean
Get
public:
virtual property bool IsLocal {
bool get () sealed;
}
abstract IsLocal : bool with get
override IsLocal : bool with get
Property Value
Type:
BooleanImplements
CellIsLocal
See Also