UnstartedCellSelf Property |
[Missing <summary> documentation for "P:Akka.Actor.UnstartedCell.Self"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorRef Self { get; }
Public ReadOnly Property Self As ActorRef
Get
public:
virtual property ActorRef^ Self {
ActorRef^ get () sealed;
}
abstract Self : ActorRef with get
override Self : ActorRef with get
Property Value
Type:
ActorRefImplements
CellSelf
See Also