IPdxWriterWriteByteArray 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 WriteByteArray(
string fieldName,
byte[] byteArray
)
Function WriteByteArray (
fieldName As String,
byteArray As Byte()
) As IPdxWriter
IPdxWriter^ WriteByteArray(
String^ fieldName,
array<unsigned char>^ byteArray
)
abstract WriteByteArray :
fieldName : string *
byteArray : byte[] -> IPdxWriter
Parameters
- fieldName
- Type: SystemString
The name of the field associated with the value. - byteArray
- Type: SystemByte
The byteArray to write.
Return Value
Type:
IPdxWriter
See Also