PowerSNMP for .NET
Progress Event




Repeatedly raised while Agents or devices are updated or discovered.
Syntax
Event Data

The event handler receives an argument of type DeviceProgressEventArgs containing data related to this event. The following DeviceProgressEventArgs properties provide information specific to this event.

PropertyDescription
Aborted True when the discovery or scan operation has been aborted.  
Count Total count of Agents or devices being scanned or discovered.  
CurrentDevice Device discovered during discovery, or the Device after updating its status. Null when no device is discovered during a discovery operation or when aborted.  
CurrentIPEndPoint IPEndPoint of the Agent or device currently being tested.  
Index Current Index out of Count.  
Operation The current DeviceOperation.  
Remarks
Contains data useful for displaying progress to the user. Not used for GetDevicesFromARPTables()./>
See Also

Reference

Devices Class
Devices Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic