Click or drag to resize

IProducerManagerRemoveTimestampBeforeDisconnect Method

Removes the timestamp of the last message processed for a specific producer

Namespace: Sportradar.OddsFeed.SDK.Messages
Assembly: Sportradar.OddsFeed.SDK.Messages (in Sportradar.OddsFeed.SDK.Messages.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
void RemoveTimestampBeforeDisconnect(
	int id
)

Parameters

id  Int32
An id of the IProducer for which to remove the timestamp
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe id of the producer is not found
See Also