ComponentSpace Trace Route Class Library Reference

TraceRouteClient.TraceRouteTimingCompleted Event

Occurs when a trace route timing has completed.

[Visual Basic]
Public Event TraceRouteTimingCompleted As TraceRouteTimingCompletedEventHandler
[C#]
public event TraceRouteTimingCompletedEventHandler TraceRouteTimingCompleted;

Event Data

The event handler receives an argument of type TraceRouteTimingCompletedEventArgs containing data related to this event. The following TraceRouteTimingCompletedEventArgs properties provide information specific to this event.

Property Description
TraceRouteHop Gets the trace route hop information for the just completed single send/receive operation to a hop on the route.
TraceRouteTiming Gets the trace route timing information for the just completed single send/receive operation to a hop on the route.

See Also

TraceRouteClient Class | ComponentSpace.TraceRoute Namespace