Write(Byte[]) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes the specified System.Byte array value to the underlying PubSub message buffer.
public PubSubMessageBuilder Write(
byte[] value
)
public:
PubSubMessageBuilder^ Write(
array<byte>^ value
)
Parameters
- value
- The System.Byte array value to write to the underlying PubSub message buffer.