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.129 (1.2.3.129)
Syntax
protected readonly Dictionary<IInternalActorRef, HashSet<IInternalActorRef>> Watching

Field Value

Type: DictionaryIInternalActorRef, HashSetIInternalActorRef
See Also