Click or drag to resize

ILiveOddsWithOutrightsRequestProducerPrepareGetOutrightList Method

[Missing <summary> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.ILiveOddsWithOutrightsRequestProducer.PrepareGetOutrightList(Sportradar.SDK.FeedProviders.LiveOdds.Internal.PreparationRequest,System.Collections.Generic.IEnumerable{System.Int64},System.Nullable{System.Boolean})"]


Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Internal
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
PreparationResult PrepareGetOutrightList(
	PreparationRequest prep,
	IEnumerable<long> outright_ids = null,
	bool? include_available = null
)

Parameters

prep  PreparationRequest

[Missing <param name="prep"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.ILiveOddsWithOutrightsRequestProducer.PrepareGetOutrightList(Sportradar.SDK.FeedProviders.LiveOdds.Internal.PreparationRequest,System.Collections.Generic.IEnumerable{System.Int64},System.Nullable{System.Boolean})"]

outright_ids  IEnumerableInt64  (Optional)

[Missing <param name="outright_ids"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.ILiveOddsWithOutrightsRequestProducer.PrepareGetOutrightList(Sportradar.SDK.FeedProviders.LiveOdds.Internal.PreparationRequest,System.Collections.Generic.IEnumerable{System.Int64},System.Nullable{System.Boolean})"]

include_available  NullableBoolean  (Optional)

[Missing <param name="include_available"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.ILiveOddsWithOutrightsRequestProducer.PrepareGetOutrightList(Sportradar.SDK.FeedProviders.LiveOdds.Internal.PreparationRequest,System.Collections.Generic.IEnumerable{System.Int64},System.Nullable{System.Boolean})"]

Return Value

PreparationResult

[Missing <returns> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.ILiveOddsWithOutrightsRequestProducer.PrepareGetOutrightList(Sportradar.SDK.FeedProviders.LiveOdds.Internal.PreparationRequest,System.Collections.Generic.IEnumerable{System.Int64},System.Nullable{System.Boolean})"]

See Also