Ping::PingCompleted Event
Occurs when an asynchronous operation to send an Internet Control Message Protocol (ICMP) echo message and receive the corresponding ICMP echo reply message completes or is canceled.
Assembly: System (in System.dll)
Applications use the PingCompleted event to get information about the completion status and data collected by a call to one of the SendAsync methods. The PingCompletedEventHandler delegate provides the call back method invoked when SendAsync raises this event.
The following code example demonstrates specifying a callback method for the PingCompleted event. The complete example is available in the Ping class overview.
Available since 2.0