Click or drag to resize

VhcRequestProducerPrepareGetEventStatus(Int64, NullableDateTime, PreparationRequest, Boolean) Method

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

Parameters

event_id  Int64

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

Implements

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