Click or drag to resize

IProducerManagerExists(String) 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(
	string name
)

Parameters

name  String
The name to check

Return Value

Boolean
true if exists, false otherwise
See Also