Click or drag to resize

IProducerManagerExists(Int32) Method

Check if the IProducer exists in manager

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#
bool Exists(
	int id
)

Parameters

id  Int32
The id to check

Return Value

Boolean
true if exists, false otherwise
See Also