Click or drag to resize
DataOutputWriteInt32 Method
Write a 32-bit integer to the DataOutput.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void WriteInt32(
	int value
)

Parameters

value
Type: SystemInt32
The 32-bit integer to write.
See Also