IPdxWriterWriteByte Method |
Write a byte to the IPdxWriter.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxIPdxWriter WriteByte(
string fieldName,
sbyte value
)
Function WriteByte (
fieldName As String,
value As SByte
) As IPdxWriter
IPdxWriter^ WriteByte(
String^ fieldName,
signed char value
)
abstract WriteByte :
fieldName : string *
value : sbyte -> IPdxWriter
Parameters
- fieldName
- Type: SystemString
The name of the field associated with the value. - value
- Type: SystemSByte
The byte to write.
Return Value
Type:
IPdxWriter
See Also