Click or drag to resize
Akka.NETRemoteWatcherWatching Field
Actors that this node is watching, map of watchee --> Set(watchers)

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

Field Value

Type: DictionaryIInternalActorRef, HashSetIInternalActorRef
See Also