| RemoteWatcherStatsCounts Method |
TBD
Namespace:
Akka.Remote
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public static RemoteWatcherStats Counts(
int watching,
int watchingNodes
)
static member Counts :
watching : int *
watchingNodes : int -> RemoteWatcherStats
Parameters
- watching
- Type: SystemInt32
TBD - watchingNodes
- Type: SystemInt32
TBD
Return Value
Type:
RemoteWatcherStatsTBD
See Also