PubSubMessageBuilder Class Members
- Last UpdatedApr 08, 2026
- 2 minute read
The following tables list the members exposed by PubSubMessageBuilder.
| Name | Description | |
|---|---|---|
![]() | CopyTo | Overloaded. Copies all the elements of the current one-dimensional array to the specified one-dimensional array. |
![]() | GetBuffer | Retrieves the underlying PubSub message buffer provided this PubSubMessageBuilder instance allows the buffer to be exposed. |
![]() | GetResult | Creates a new read-only PubSub message based on the current state of this PubSubMessageBuilder's underlying data buffer. |
![]() | GetUnsafeResult | Creates a new read-only PubSub message based on the current state of this PubSubMessageBuilder's underlying data buffer. |
![]() | StartNewMessage | Resets the current position and length within the underlying PubSub message buffer in order to start writing a new message. |
![]() | ToArray | Retrieves a copy of the current PubSub message buffer. |
![]() | Write | Overloaded. Writes the specified System.Boolean value to the underlying PubSub message buffer. |

