ComponentSpace Trace Route Class Library Reference

TraceRouteClient.EndTraceRoute Method 

Completes the specified asynchronous trace route operation.

[Visual Basic]
Public Function EndTraceRoute( _
   ByVal asyncResult As IAsyncResult _
) As IList
[C#]
public IList EndTraceRoute(
   IAsyncResult asyncResult
);

Parameters

asyncResult
The IAsyncResult that identifies the asynchronous trace route operation to finish, and from which to retrieve an end result.

Return Value

The list of TraceRouteHop objects describing the traced route.

Remarks

When the TraceRouteCompleted event is raised, EndTraceRoute completes the operation that was initiated by the BeginTraceRoute call.

Exceptions

Exception Type Condition
TraceRouteException Thrown when the trace route fails.

See Also

TraceRouteClient Class | ComponentSpace.TraceRoute Namespace