Gets the 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:
property ActorSystem^ System {
ActorSystem^ get ();
}
member System : ActorSystem with get
Property Value
Type:
ActorSystemThe system.
See Also