ComponentSpace Trace Route Class Library Reference

TraceRouteClient.TraceRouteCompleted Event

Occurs when the trace route has completed.

[Visual Basic]
Public Event TraceRouteCompleted As TraceRouteCompletedEventHandler
[C#]
public event TraceRouteCompletedEventHandler TraceRouteCompleted;

Event Data

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.

Remarks

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.

See Also

TraceRouteClient Class | ComponentSpace.TraceRoute Namespace