Click or drag to resize
Akka.NETRemoteWatcherWatcheeByNodes Field
Nodes that this node is watching, i.e. expecting heartbeats from these nodes. Map of address --> Set(watchee) on this address.

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected readonly Dictionary<Address, HashSet<IInternalActorRef>> WatcheeByNodes

Field Value

Type: DictionaryAddress, HashSetIInternalActorRef
See Also