ComponentSpace ICMP Class Library Reference

SendCompletedEventArgs Class

Provides data for the SendCompleted event.

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

System.Object
   System.EventArgs
      ComponentSpace.Icmp.SendCompletedEventArgs

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

Requirements

Namespace: ComponentSpace.Icmp

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

See Also

SendCompletedEventArgs Members | ComponentSpace.Icmp Namespace