ReadBlob(Byte[]) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Reads a blob of System.Byte from the buffer into a newly allocated byte array.
public:
void ReadBlob(
[Out] array<byte>^ pvalue
)
Parameters
- pvalue
- The System.Byte variable array that is to receive the value in the buffer.
| Exception | Description |
|---|---|
| PubSubBuffer.WrongReadTypeException | Next item type read in the buffer is not a valid unstructured System.Byte array. |