Click or drag to resize

ILiveOddsTestManagerChangeXmlConfig Method

Sends XML config change request. Note: Reply is not according to XSD schema, so parsing will fail but changes will come into effect

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
void ChangeXmlConfig(
	int config_id,
	bool enable,
	bool reset = false
)

Parameters

config_id  Int32

[Missing <param name="config_id"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds.ILiveOddsTestManager.ChangeXmlConfig(System.Int32,System.Boolean,System.Boolean)"]

enable  Boolean

[Missing <param name="enable"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds.ILiveOddsTestManager.ChangeXmlConfig(System.Int32,System.Boolean,System.Boolean)"]

reset  Boolean  (Optional)

[Missing <param name="reset"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds.ILiveOddsTestManager.ChangeXmlConfig(System.Int32,System.Boolean,System.Boolean)"]

See Also