Repeatedly raised while Agents or devices are updated or discovered.
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.
Property | Description |
---|
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.
|