Click or drag to resize

VdrRequestProducerPrepareGetEventStatus(IEnumerableInt64, NullableDateTime, PreparationRequest, Boolean) Method

[Missing <summary> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.VdrRequestProducer.PrepareGetEventStatus(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#
public PreparationResult PrepareGetEventStatus(
	IEnumerable<long> event_ids,
	DateTime? from,
	PreparationRequest prep,
	bool add_user_request
)

Parameters

event_ids  IEnumerableInt64

[Missing <param name="event_ids"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.VdrRequestProducer.PrepareGetEventStatus(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.VdrRequestProducer.PrepareGetEventStatus(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.VdrRequestProducer.PrepareGetEventStatus(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.VdrRequestProducer.PrepareGetEventStatus(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.VdrRequestProducer.PrepareGetEventStatus(System.Collections.Generic.IEnumerable{System.Int64},System.Nullable{System.DateTime},Sportradar.SDK.FeedProviders.LiveOdds.Internal.PreparationRequest,System.Boolean)"]

Implements

ILiveOddsRequestProducerPrepareGetEventStatus(IEnumerableInt64, NullableDateTime, PreparationRequest, Boolean)
See Also