Click or drag to resize

freeGraphPingType Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public enum freeGraphPingType
Request Example View Source
Members
  Member nameValueDescription
maximumPingLength0 The maximum ping length: performs ping operation for each freeGraphNodeBase separatly, and returns the highest ping length (number of cycles until number of pinged nodes becomes stable)
averagePingLength1 The average ping length: performs ping operation for each freeGraphNodeBase separatly, and returns the average ping length (number of cycles until number of pinged nodes becomes stable)
unisonPingLength2 The unison ping length: performs ping at once from all ping sources
numberOfPingedNodes3 The number of pinged nodes: returns number of nodes reached by ping
See Also