UdpClientReceiveDataFromComplete 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.128 -- Release Build+c4e32e80ee4b39b519c6e4a0a25ff9269b8be666
public event EventHandler<EventArgs<EndPoint, IPPacketInformation, byte[], int>> ReceiveDataFromComplete

Value

EventHandlerEventArgsEndPoint, IPPacketInformation, Byte, Int32

Remarks

Argument1 is the end-point that data has been received from.
Argument2 is a new buffer containing post-processed data received from the server starting at index zero.
Argument3 is the number of post-processed bytes received in the buffer from the server.

See Also