Click or drag to resize
IPdxWriterWriteLong Method
Write a 64-bit integer to the IPdxWriter.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
IPdxWriter WriteLong(
	string fieldName,
	long value
)

Parameters

fieldName
Type: SystemString
The name of the field associated with the value.
value
Type: SystemInt64
The 64-bit integer to write.

Return Value

Type: IPdxWriter
See Also