Click or drag to resize

VhcRequestProducerPrepareUnregisterBetTypes Method

[Missing <summary> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.VhcRequestProducer.PrepareUnregisterBetTypes(System.Collections.Generic.IEnumerable{Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds.RegisterUnregisterBetType},Sportradar.SDK.FeedProviders.LiveOdds.Internal.PreparationRequest)"]


Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Internal
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public virtual PreparationResult PrepareUnregisterBetTypes(
	IEnumerable<RegisterUnregisterBetType> betTypes,
	PreparationRequest prep
)

Parameters

betTypes  IEnumerableRegisterUnregisterBetType

[Missing <param name="betTypes"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.VhcRequestProducer.PrepareUnregisterBetTypes(System.Collections.Generic.IEnumerable{Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds.RegisterUnregisterBetType},Sportradar.SDK.FeedProviders.LiveOdds.Internal.PreparationRequest)"]

prep  PreparationRequest

[Missing <param name="prep"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.VhcRequestProducer.PrepareUnregisterBetTypes(System.Collections.Generic.IEnumerable{Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds.RegisterUnregisterBetType},Sportradar.SDK.FeedProviders.LiveOdds.Internal.PreparationRequest)"]

Return Value

PreparationResult

[Missing <returns> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.VhcRequestProducer.PrepareUnregisterBetTypes(System.Collections.Generic.IEnumerable{Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds.RegisterUnregisterBetType},Sportradar.SDK.FeedProviders.LiveOdds.Internal.PreparationRequest)"]

Implements

ILiveOddsRequestProducerPrepareUnregisterBetTypes(IEnumerableRegisterUnregisterBetType, PreparationRequest)
See Also