ComponentSpace Trace Route Class Library Reference

TraceRouteTimingCompletedEventArgs Class

Provides data for the TraceRouteTimingCompleted event.

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

System.Object
   System.EventArgs
      ComponentSpace.TraceRoute.TraceRouteTimingCompletedEventArgs

[Visual Basic]
Public Class TraceRouteTimingCompletedEventArgs
    Inherits EventArgs
[C#]
public class TraceRouteTimingCompletedEventArgs : 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 TraceRouteTimingCompleted event is raised by the TraceRouteClient. It contains the information associated with a single send/receive operation to a hop on the route.

Requirements

Namespace: ComponentSpace.TraceRoute

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

See Also

TraceRouteTimingCompletedEventArgs Members | ComponentSpace.TraceRoute Namespace