Click or drag to resize
Akka.NETRemoteWatcherStats Constructor (Int32, Int32, ImmutableHashSet`1TupleIActorRef, IActorRef, ImmutableHashSet`1Address)
TBD

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Stats(
	int watching,
	int watchingNodes,
	ImmutableHashSet<Tuple<IActorRef, IActorRef>> watchingRefs,
	ImmutableHashSet<Address> watchingAddresses
)

Parameters

watching
Type: SystemInt32
TBD
watchingNodes
Type: SystemInt32
TBD
watchingRefs
Type: ImmutableHashSetTupleIActorRef, IActorRef
TBD
watchingAddresses
Type: ImmutableHashSetAddress
TBD
See Also