DotMSN

SocketMessageProcessor.EndSendCallback Method 

The callback used by the Socket.BeginReceive method.

[Visual Basic]
Overridable Protected Sub EndSendCallback( _
   ByVal ar As IAsyncResult _
)
[C#]
protected virtual void EndSendCallback(
   IAsyncResult ar
);

Parameters

ar
The used socket.

See Also

SocketMessageProcessor Class | XihSolutions.DotMSN.Core Namespace