ComponentSpace Trace Route Class Library Reference

TraceRouteCompletedEventArgs.AsyncResult Property

Gets the result of the asynchronous echo operation.

[Visual Basic]
Public ReadOnly Property AsyncResult As IAsyncResult
[C#]
public System.IAsyncResult AsyncResult {get;}

Property Value

An IAsyncResult that contains the data associated with the echo operation.

Remarks

AsyncResult identifies ongoing or completed asynchronous operations. The property contains data that helps determine which of several potential asynchronous operations to complete, and when passed to the event handler, enables EndTraceRoute to access the status associated with the completed operation.

See Also

TraceRouteCompletedEventArgs Class | ComponentSpace.TraceRoute Namespace