Write(Object[]) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes the set of specified System.Object values to the underlying PubSub message buffer.
public PubSubMessageBuilder Write(
params object[] values
)
public:
PubSubMessageBuilder^ Write(
... array<Object^>^ values
)
Parameters
- values
- The System.Object values to write to the underlying PubSub message buffer.