IActorContextSystem Property |
[Missing <summary> documentation for "P:Akka.Actor.IActorContext.System"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxActorSystem System { get; }
ReadOnly Property System As ActorSystem
Get
property ActorSystem^ System {
ActorSystem^ get ();
}
abstract System : ActorSystem with get
Property Value
Type:
ActorSystem
See Also