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