Click or drag to resize

IProducerManagerDisableProducer Method

Disables the producer (no recovery will be made and not message will be received)

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 DisableProducer(
	int id
)

Parameters

id  Int32
The id of the producer
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe id of the producer is not found
See Also