ComponentSpace ICMP Class Library Reference

IcmpClient.BeginSend Method

Initiates an asynchronous send operation.

Overload List

Initiates an asynchronous send operation.

public IAsyncResult BeginSend(IcmpMessage);

Initiates an asynchronous send operation that has a specified state object.

public IAsyncResult BeginSend(IcmpMessage,object);

Initiates an asynchronous send operation that has a specified state object. This overload receives notification, through a callback, of the identity of the event handler for this operation.

public IAsyncResult BeginSend(IcmpMessage,object,AsyncCallback);

See Also

IcmpClient Class | ComponentSpace.Icmp Namespace