Click or drag to resize

IProducerManagerGet(Int32) Method

Gets the producer if exists, otherwise 'unknown' producer is returned

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#
IProducer Get(
	int id
)

Parameters

id  Int32
The id of the producer to retrieve

Return Value

IProducer
An IProducer
See Also