Occurs when a trace route timing has completed.
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. |
TraceRouteClient Class | ComponentSpace.TraceRoute Namespace