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