LocalActorRefSupervisor Property |
[Missing <summary> documentation for "P:Akka.Actor.LocalActorRef.Supervisor"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected InternalActorRef Supervisor { get; }
Protected ReadOnly Property Supervisor As InternalActorRef
Get
protected:
property InternalActorRef^ Supervisor {
InternalActorRef^ get ();
}
member Supervisor : InternalActorRef with get
Property Value
Type:
InternalActorRef
See Also