Write(Int16) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes the specified System.Int16 value to the underlying PubSub message buffer.
public PubSubMessageBuilder Write(
short value
)
public:
PubSubMessageBuilder^ Write(
short value
)
Parameters
- value
- The System.Int16 value to write to the underlying PubSub message buffer.