ListenerSupportListeners Field |
[Missing <summary> documentation for "F:Akka.Routing.ListenerSupport.Listeners"]
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected readonly HashSet<ActorRef> Listeners
Protected ReadOnly Listeners As HashSet(Of ActorRef)
protected:
initonly HashSet<ActorRef^>^ Listeners
val Listeners: HashSet<ActorRef>
Field Value
Type:
HashSetActorRef
See Also