Click or drag to resize

ILiveOddsWithOutrightsRequestProducerPrepareGetOutrightStatus Method

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


Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Internal
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
PreparationResult PrepareGetOutrightStatus(
	IEnumerable<long> outright_ids,
	DateTime? from,
	PreparationRequest prep,
	bool add_user_request
)

Parameters

outright_ids  IEnumerableInt64

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

from  NullableDateTime

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

prep  PreparationRequest

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

add_user_request  Boolean

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

Return Value

PreparationResult

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

See Also