Write(SByte) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes the specified System.SByte value to the underlying PubSub message buffer.
[CLSCompliant(false)]
public PubSubMessageBuilder Write(
sbyte value
)
[CLSCompliant(false)]
public:
PubSubMessageBuilder^ Write(
sbyte value
)
Parameters
- value
- The System.SByte value to write to the underlying PubSub message buffer.