ComponentSpace Trace Route Class Library Reference

TraceRouteHopCompletedEventArgs Class

Provides data for the TraceRouteHopCompleted event.

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

System.Object
   System.EventArgs
      ComponentSpace.TraceRoute.TraceRouteHopCompletedEventArgs

[Visual Basic]
Public Class TraceRouteHopCompletedEventArgs
    Inherits EventArgs
[C#]
public class TraceRouteHopCompletedEventArgs : 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 TraceRouteHopCompleted event is raised by the TraceRouteClient. It contains the information associated with a hop on the route.

Requirements

Namespace: ComponentSpace.TraceRoute

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

See Also

TraceRouteHopCompletedEventArgs Members | ComponentSpace.TraceRoute Namespace