NotifyOnEmptySendQue

Description

Sets the component to raise and event when a particular number of bytes have been sent.

Remarks

Use this method to force SocketQ to notify the application when all data has been sent (as has been specified by the BytesToSend parameter). Once the specified number of bytes have been sent, the EmptySendQue event will fire. The string specified in EventID and the SocketHandle parameter to identify which socket has finished sending in the EmptySendQue event.

Prototype

BOOL NotifyOnEmptySendQue(long SocketHandle, long EventID, long BytesToSend)

Last updated