Click or drag to resize

VhcRequestProducerPrepareSubscribe Method

[Missing <summary> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.VhcRequestProducer.PrepareSubscribe(System.Collections.Generic.IEnumerable{System.Int64},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 PrepareSubscribe(
	IEnumerable<long> event_ids,
	PreparationRequest prep
)

Parameters

event_ids  IEnumerableInt64

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

prep  PreparationRequest

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

Return Value

PreparationResult

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

Implements

ILiveOddsRequestProducerPrepareSubscribe(IEnumerableInt64, PreparationRequest)
See Also