| RemoteWatcherStats Constructor (Int32, Int32, ImmutableHashSet`1TupleIActorRef, IActorRef, ImmutableHashSet`1Address) |
TBD
Namespace:
Akka.Remote
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Stats(
int watching,
int watchingNodes,
ImmutableHashSet<Tuple<IActorRef, IActorRef>> watchingRefs,
ImmutableHashSet<Address> watchingAddresses
)
new :
watching : int *
watchingNodes : int *
watchingRefs : ImmutableHashSet<Tuple<IActorRef, IActorRef>> *
watchingAddresses : ImmutableHashSet<Address> -> Stats
Parameters
- watching
- Type: SystemInt32
TBD - watchingNodes
- Type: SystemInt32
TBD - watchingRefs
- Type: ImmutableHashSetTupleIActorRef, IActorRef
TBD - watchingAddresses
- Type: ImmutableHashSetAddress
TBD
See Also