Initiates an asynchronous trace route operation.
Initiates an asynchronous trace route operation.
public IAsyncResult BeginTraceRoute(string);
Initiates an asynchronous trace route operation that has a specified state object.
public IAsyncResult BeginTraceRoute(string,object);
Initiates an asynchronous trace route operation that has a specified state object. This overload receives notification, through a callback, of the identity of the event handler for this operation.
public IAsyncResult BeginTraceRoute(string,object,AsyncCallback);
TraceRouteClient Class | ComponentSpace.TraceRoute Namespace