Method | Description | |
---|---|---|
save ( string filename, double traceInterval, List |
This method saves: 1. a .rrd file 2. a RRD .xml file 3. a PNG (proof of concept - just to demonstrate value of interop)
|
|
saveAsPng ( string filename, List |
public static save ( string filename, double traceInterval, List |
||
filename | string | |
traceInterval | double | |
dates | List |
|
pings | BindingList |
|
hostOrIp | string | |
routeToDestination | string | |
networkInterfaceText | string | |
userNotes | string | |
return | void |
public static saveAsPng ( string filename, List |
||
filename | string | |
dates | List |
|
hostOrIp | string | |
routeToDestination | string | |
networkInteface | string | |
userNotes | string | |
return | void |