ComponentSpace Trace Route Class Library Reference

TraceRouteClient.BeginTraceRoute Method

Initiates an asynchronous trace route operation.

Overload List

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);

See Also

TraceRouteClient Class | ComponentSpace.TraceRoute Namespace