ComponentSpace ICMP Class Library Reference

EchoCompletedEventArgs Class

Provides data for the EchoCompleted event.

For a list of all members of this type, see EchoCompletedEventArgs Members.

System.Object
   System.EventArgs
      ComponentSpace.Icmp.EchoCompletedEventArgs

[Visual Basic]
Public Class EchoCompletedEventArgs
    Inherits EventArgs
[C#]
public class EchoCompletedEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The EchoCompleted event is raised by the IcmpClient. It contains all the information needed to complete the asynchronous echo operation.

Requirements

Namespace: ComponentSpace.Icmp

Assembly: ComponentSpace.Icmp (in ComponentSpace.Icmp.dll)

See Also

EchoCompletedEventArgs Members | ComponentSpace.Icmp Namespace