Write Method (PubSubMessageBuilder)
- Last UpdatedApr 08, 2026
- 1 minute read
Writes the specified System.Boolean value to the underlying PubSub message buffer.
| Overload | Description |
|---|---|
| Write(Boolean) | Writes the specified System.Boolean value to the underlying PubSub message buffer. |
| Write(SByte) | Writes the specified System.SByte value to the underlying PubSub message buffer. |
| Write(Byte) | Writes the specified System.Byte value to the underlying PubSub message buffer. |
| Write(Int16) | Writes the specified System.Int16 value to the underlying PubSub message buffer. |
| Write(UInt16) | Writes the specified System.UInt16 value to the underlying PubSub message buffer. |
| Write(Int32) | Writes the specified System.Int32 value to the underlying PubSub message buffer. |
| Write(UInt32) | Writes the specified System.UInt32 value to the underlying PubSub message buffer. |
| Write(Single) | Writes the specified System.Single value to the underlying PubSub message buffer. |
| Write(Double) | Writes the specified System.Double value to the underlying PubSub message buffer. |
| Write(String) | Writes the specified System.String value to the underlying PubSub message buffer using System.Text.Encoding.Default. |
| Write(String,Encoding) | Writes the specified System.String value to the underlying PubSub message buffer using the specified encoding. |
| Write(Byte[]) | Writes the specified System.Byte array value to the underlying PubSub message buffer. |
| Write(Int64) | Writes the specified System.Int64 value to the underlying PubSub message buffer. |
| Write(UInt64) | Writes the specified System.UInt64 value to the underlying PubSub message buffer. |
| Write(Decimal) | Writes the specified System.Decimal value to the underlying PubSub message buffer. |
| Write(Object) | Writes the specified System.Object value to the underlying PubSub message buffer. |
| Write(Object[]) | Writes the set of specified System.Object values to the underlying PubSub message buffer. |