Click or drag to resize

LiveOddsCommonFeedProviderBaseGetEventsStatus Method

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


Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Internal
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public virtual long GetEventsStatus(
	IEnumerable<long> event_id,
	DateTime? from = null,
	bool package = true
)

Parameters

event_id  IEnumerableInt64

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

from  NullableDateTime  (Optional)

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

package  Boolean  (Optional)

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

Return Value

Int64

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

Implements

ILiveOddsCommonBaseGetEventsStatus(IEnumerableInt64, NullableDateTime, Boolean)
See Also