Click or drag to resize

IEnvironmentSelectorSelectStaging Method

Note: This API is now obsolete.

Returns a IConfigurationBuilder with properties set to values needed to access integration environment

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
[ObsoleteAttribute("Use IEnvironmentSelectorV1.SelectIntegration()")]
IConfigurationBuilder SelectStaging()

Return Value

IConfigurationBuilder
A IConfigurationBuilder with properties set to values needed to access integration environment
See Also