Legal Notice, Privacy Policy

Impressum, Datenschutzerklärung

Cerberus X Documentation

Interface IOnSendComplete

Declarations

Methods
OnSendComplete : Void ( data:DataBuffer, offset:Int, count:Int, source:Socket ) This method is called when an asynchronous socket Send operation completes.

Methods Documentation

Method OnSendComplete : Void ( data:DataBuffer, offset:Int, count:Int, source:Socket )

This method is called when an asynchronous socket Send operation completes.

counts contains the number of bytes sent, and will either be the same as the number of bytes requested by SendAsync, or 0 if not all bytes could be sent.

See also

Socket.SendAsync