[Missing <summary> documentation for "P:Akka.Actor.ActorCell.System"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorSystem System { get; }
Public ReadOnly Property System As ActorSystem
Get
public:
virtual property ActorSystem^ System {
ActorSystem^ get () sealed;
}
abstract System : ActorSystem with get
override System : ActorSystem with get
Property Value
Type:
ActorSystemImplements
IActorContextSystemCellSystem
See Also