ActorCell..::..System Property

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public ActorSystem System { get; set; }
Public Property System As ActorSystem
	Get
	Set
public:
property ActorSystem^ System {
	ActorSystem^ get ();
	void set (ActorSystem^ value);
}