The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PingCompletedEventHandler Delegate
.NET Framework (current version)
Represents the method that will handle the PingCompleted event of a Ping object.
Assembly: System (in System.dll)
Public Delegate Sub PingCompletedEventHandler ( sender As Object, e As PingCompletedEventArgs )
Parameters
- sender
-
Type:
System.Object
The source of the PingCompleted event.
- e
-
Type:
System.Net.NetworkInformation.PingCompletedEventArgs
A PingCompletedEventArgs object that contains the event data.
The following code example demonstrates specifying a PingCompletedEventHandler to respond to a PingCompleted event.
.NET Framework
Available since 2.0
Available since 2.0
Show: