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