Dart.PowerTCP.SslSockets Namespace > Trace Class : Hop Event |
Raised when a single hop is complete.
[Visual Basic]
<CategoryAttribute("Completion")>
<DescriptionAttribute("Raised when the an individual Hop completes")>
Public Event Hop() As HopEventHandler
[C#]
[CategoryAttribute("Completion")]
[DescriptionAttribute("Raised when the an individual Hop completes")]
public event HopEventHandler Hop();
[C++]
[CategoryAttribute("Completion")]
[DescriptionAttribute("Raised when the an individual Hop completes")]
public: __event HopEventHandler* Hop();
[C++/CLI]
[CategoryAttribute("Completion")]
[DescriptionAttribute("Raised when the an individual Hop completes")]
public:
event HopEventHandler^ Hop();
The event handler receives an argument of type HopEventArgs containing data related to this event. The following HopEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Exception | Gets any exception which occurred during the asynchronous operation. |
Result | Returns a HopResult object encapsulating data about the particular hop. |
After calling Send or BeginSend, the Trace.Hop event is raised after each hop is reached. A HopEventArgs object is passed into the Trace.Hop event, containing data about the hop.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.