ComponentSpace ICMP Class Library Reference

IcmpClient.BeginReceive Method

Initiates an asynchronous receive operation.

Overload List

Initiates an asynchronous receive operation.

public IAsyncResult BeginReceive();

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

public IAsyncResult BeginReceive(object);

Initiates an asynchronous receive 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 BeginReceive(object,AsyncCallback);

See Also

IcmpClient Class | ComponentSpace.Icmp Namespace