LocalActorRefProviderSystemGuardian Property |
[Missing <summary> documentation for "P:Akka.Actor.LocalActorRefProvider.SystemGuardian"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic LocalActorRef SystemGuardian { get; }
Public ReadOnly Property SystemGuardian As LocalActorRef
Get
public:
virtual property LocalActorRef^ SystemGuardian {
LocalActorRef^ get () sealed;
}
abstract SystemGuardian : LocalActorRef with get
override SystemGuardian : LocalActorRef with get
Property Value
Type:
LocalActorRefImplements
ActorRefProviderSystemGuardian
See Also