System.Net.NetworkInformation.PingCompletedEventHandler Delegate

Represents the method that will handle the Ping.PingCompleted event of a System.Net.NetworkInformation.Ping object.

Syntax

public delegate void PingCompletedEventHandler (object sender, PingCompletedEventArgs e)

Parameters

sender
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Remarks

User data that is specified in a erload:System.Net.NetworkInformation.Ping.SendAsync call is available to the method invoked by this delegate in the System.ComponentModel.AsyncCompletedEventArgs.UserState property.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0