ComponentSpace ICMP Class Library Reference

ReceiveCompletedEventArgs Class

Provides data for the ReceiveCompleted event.

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

System.Object
   System.EventArgs
      ComponentSpace.Icmp.ReceiveCompletedEventArgs

[Visual Basic]
Public Class ReceiveCompletedEventArgs
    Inherits EventArgs
[C#]
public class ReceiveCompletedEventArgs : 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 ReceiveCompleted event is raised by the IcmpClient. It contains all the information needed to complete the asynchronous receive operation.

Requirements

Namespace: ComponentSpace.Icmp

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

See Also

ReceiveCompletedEventArgs Members | ComponentSpace.Icmp Namespace