ActorRefRouteeActor Property |
[Missing <summary> documentation for "P:Akka.Routing.ActorRefRoutee.Actor"]
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorRef Actor { get; }
Public ReadOnly Property Actor As ActorRef
Get
public:
property ActorRef^ Actor {
ActorRef^ get ();
}
member Actor : ActorRef with get
Property Value
Type:
ActorRef
See Also