IPdxWriterWriteArrayOfByteArrays Method |
Write an collection to the IPdxWriter.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxIPdxWriter WriteArrayOfByteArrays(
string fieldName,
byte[][] byteArrays
)
Function WriteArrayOfByteArrays (
fieldName As String,
byteArrays As Byte()()
) As IPdxWriter
IPdxWriter^ WriteArrayOfByteArrays(
String^ fieldName,
array<array<unsigned char>^>^ byteArrays
)
abstract WriteArrayOfByteArrays :
fieldName : string *
byteArrays : byte[][] -> IPdxWriter
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