DataOutputWriteInt32 Method |
Write a 32-bit integer to the DataOutput.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void WriteInt32(
int value
)
Public Sub WriteInt32 (
value As Integer
)
public:
void WriteInt32(
int value
)
member WriteInt32 :
value : int -> unit
Parameters
- value
- Type: SystemInt32
The 32-bit integer to write.
See Also