Gets the self ActorRef
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected ActorRef Self { get; }
Protected ReadOnly Property Self As ActorRef
Get
protected:
property ActorRef^ Self {
ActorRef^ get ();
}
member Self : ActorRef with get
Property Value
Type:
ActorRefSelf ActorRef
See Also