Occurs when the trace route has completed.
The event handler receives an argument of type TraceRouteCompletedEventArgs containing data related to this event. The following TraceRouteCompletedEventArgs property provides information specific to this event.
| Property | Description |
|---|---|
| AsyncResult | Gets the result of the asynchronous echo operation. |
BeginTraceRoute is used in asynchronous processing to raise the TraceRouteCompleted event when the trace route has completed.
EndTraceRoute is used to complete the operation initiated by a call to BeginTraceRoute and get the trace route status when the TraceRouteCompleted event is raised.
TraceRouteClient Class | ComponentSpace.TraceRoute Namespace