Click or drag to resize
Akka.NETRemoteWatcherStatsCopy Method
TBD

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

Parameters

watching
Type: SystemInt32
TBD
watchingNodes
Type: SystemInt32
TBD
watchingRefs (Optional)
Type: ImmutableHashSetTupleIActorRef, IActorRef
TBD
watchingAddresses (Optional)
Type: ImmutableHashSetAddress
TBD

Return Value

Type: RemoteWatcherStats
TBD
See Also