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