AmbientStateSelf Property |
[Missing <summary> documentation for "P:Akka.Dispatch.AmbientState.Self"]
Namespace: Akka.DispatchAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorRef Self { get; set; }
Public Property Self As ActorRef
Get
Set
public:
property ActorRef^ Self {
ActorRef^ get ();
void set (ActorRef^ value);
}
member Self : ActorRef with get, set
Property Value
Type:
ActorRef
See Also