Click or drag to resize

IClientSubscriptionConfirmBufferBlock Method

Handles the confirmation message received from the subscriber to indicate that a buffer block was received.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
void ConfirmBufferBlock(
	uint sequenceNumber
)

Parameters

sequenceNumber  UInt32
The sequence number of the buffer block.

Return Value

A list of buffer block sequence numbers for blocks that need to be retransmitted.
See Also