The system internals within which this Cell lives.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxActorSystemImpl SystemImpl { get; }
ReadOnly Property SystemImpl As ActorSystemImpl
Get
property ActorSystemImpl^ SystemImpl {
ActorSystemImpl^ get ();
}
abstract SystemImpl : ActorSystemImpl with get
Property Value
Type:
ActorSystemImpl
See Also