IClientReceiveDataComplete Event
Occurs when data received from the server has been processed and is ready for consumption.
Namespace: Gemstone.CommunicationAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.166 -- Release Build+cf6c7969c991a67c1664d1b8bd93f4fa9192fdb4
function add_ReceiveDataComplete(value);
function remove_ReceiveDataComplete(value);
Value
EventHandlerEventArgsByte,
Int32 Argument1 is a new buffer containing post-processed data received from the server starting at index zero.
Argument2 is the number of post-processed bytes received in the buffer from the server.