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