Write(Object) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes the specified System.Object value to the underlying PubSub message buffer.
public PubSubMessageBuilder Write(
object value
)
public:
PubSubMessageBuilder^ Write(
Object^ value
)
Parameters
- value
- The System.Object value to write to the underlying PubSub message buffer.
| Exception | Description |
|---|---|
| System.ArgumentException | The type is not supported. |