ComponentSpace ICMP Class Library Reference

IcmpClient.EndSend Method 

Completes the specified asynchronous send operation.

[Visual Basic]
Public Sub EndSend( _
   ByVal asyncResult As IAsyncResult _
)
[C#]
public void EndSend(
   IAsyncResult asyncResult
);

Parameters

asyncResult
The IAsyncResult that identifies the asynchronous send operation to finish, and from which to retrieve an end result.

Remarks

When the SendCompleted event is raised, EndSend completes the operation that was initiated by the BeginSend call.

Exceptions

Exception Type Condition
IcmpException Thrown when the message cannot be sent.

See Also

IcmpClient Class | ComponentSpace.Icmp Namespace