| RemoteWatcherStatsCopy Method |
TBD
Namespace:
Akka.Remote
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public RemoteWatcherStats Copy(
int watching,
int watchingNodes,
ImmutableHashSet<Tuple<IActorRef, IActorRef>> watchingRefs = null,
ImmutableHashSet<Address> watchingAddresses = null
)
member Copy :
watching : int *
watchingNodes : int *
?watchingRefs : ImmutableHashSet<Tuple<IActorRef, IActorRef>> *
?watchingAddresses : ImmutableHashSet<Address>
(* Defaults:
let _watchingRefs = defaultArg watchingRefs null
let _watchingAddresses = defaultArg watchingAddresses null
*)
-> RemoteWatcherStats
Parameters
- watching
- Type: SystemInt32
TBD - watchingNodes
- Type: SystemInt32
TBD - watchingRefs (Optional)
- Type: ImmutableHashSetTupleIActorRef, IActorRef
TBD - watchingAddresses (Optional)
- Type: ImmutableHashSetAddress
TBD
Return Value
Type:
RemoteWatcherStatsTBD
See Also