ComponentSpace Trace Route Class Library Reference

TraceRouteCompletedEventArgs Class

Provides data for the TraceRouteCompleted event.

For a list of all members of this type, see TraceRouteCompletedEventArgs Members.

System.Object
   System.EventArgs
      ComponentSpace.TraceRoute.TraceRouteCompletedEventArgs

[Visual Basic]
Public Class TraceRouteCompletedEventArgs
    Inherits EventArgs
[C#]
public class TraceRouteCompletedEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The TraceRouteCompleted event is raised by the TraceRouteClient. It contains all the information needed to complete the asynchronous echo operation.

Requirements

Namespace: ComponentSpace.TraceRoute

Assembly: ComponentSpace.TraceRoute (in ComponentSpace.TraceRoute.dll)

See Also

TraceRouteCompletedEventArgs Members | ComponentSpace.TraceRoute Namespace