Click or drag to resize
IPdxWriterWriteArrayOfByteArrays Method
Write an collection to the IPdxWriter.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
IPdxWriter WriteArrayOfByteArrays(
	string fieldName,
	byte[][] byteArrays
)

Parameters

fieldName
Type: SystemString
The name of the field associated with the value.
byteArrays
Type: SystemByte
The byteArrays to write.

Return Value

Type: IPdxWriter
See Also