ActorCellIsTerminating Property |
[Missing <summary> documentation for "P:Akka.Actor.ActorCell.IsTerminating"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected bool IsTerminating { get; }
Protected ReadOnly Property IsTerminating As Boolean
Get
protected:
property bool IsTerminating {
bool get ();
}
member IsTerminating : bool with get
Property Value
Type:
Boolean
See Also