GigaSpaces XAP.NET Documentation
WriteInt32 Method (value)
Class LibraryGigaSpaces.Core.Internal.PbsPbsOutputStreamWriteInt32(Int32)
Writes a 32-bit signed integer to the stream. Stream footprint: dynamic, 1-5 bytes.
Declaration Syntax
C#Visual BasicVisual C++J#
public void WriteInt32(
	int value
)
Public Sub WriteInt32 ( _
	value As Integer _
)
public:
void WriteInt32(
	int value
)
public void WriteInt32(
	int value
)
Parameters
value (Int32)
Value to write.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 16.2.0.0 (16.2.1)