ServerBaseReceiveClientDataComplete Event

Occurs when data received from a client has been processed and is ready for consumption.

Definition

Namespace: Gemstone.Communication
Assembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.173 -- Release Build+c5835313a9924eabea49b1ad65f627c9325ef0bf
public event EventHandler<EventArgs<Guid, byte[], int>> ReceiveClientDataComplete

Value

EventHandlerEventArgsGuid, Byte, Int32

Implements

IServerReceiveClientDataComplete

Remarks

Argument1 is the ID of the client from which data is received.
Argument2 is a new buffer containing post-processed data received from the client starting at index zero.
Argument3 is the number of post-processed bytes received in the buffer from the client.

See Also