ComponentSpace ICMP Class Library Reference

IcmpClient.SendCompleted Event

Occurs when the send operation has completed.

[Visual Basic]
Public Event SendCompleted As SendCompletedEventHandler
[C#]
public event SendCompletedEventHandler SendCompleted;

Event Data

The event handler receives an argument of type SendCompletedEventArgs containing data related to this event. The following SendCompletedEventArgs property provides information specific to this event.

Property Description
AsyncResult Gets the result of the asynchronous send operation.

Remarks

BeginSend is used in asynchronous processing to raise the SendCompleted event when the send operation has completed.

EndSend is used to complete the operation initiated by a call to BeginSend and get the send status when the SendCompleted event is raised.

See Also

IcmpClient Class | ComponentSpace.Icmp Namespace