TransportProviderTSetReceiveBuffer Method

Establishes (or reestablishes) a receive buffer of a given size.

Definition

Namespace: Gemstone.Communication
Assembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.174 -- Release Build+8536da9a87a09c258ac7c69f66e74d23886bd2bc
public byte[] SetReceiveBuffer(
	int size
)

Parameters

size  Int32
Desired minimum size of receive buffer.

Return Value

Byte
New receive buffer.

See Also