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