Write(Int64) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes the specified System.Int64 value to the underlying PubSub message buffer.
public PubSubMessageBuilder Write(
long value
)
public:
PubSubMessageBuilder^ Write(
int64 value
)
Parameters
- value
- The System.Int64 value to write to the underlying PubSub message buffer.