ClientBaseReceiveDataComplete Event

Occurs when data received from the server has been processed and is ready for consumption.

Definition

Namespace: Gemstone.Communication
Assembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.167 -- Release Build+528e823bf6bd0c5df281ead96b7b4f5bff9205dc
public event EventHandler<EventArgs<byte[], int>> ReceiveDataComplete

Value

EventHandlerEventArgsByte, Int32

Implements

IClientReceiveDataComplete

Remarks

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.

See Also