Click or drag to resize

LiveOddsCommonFeedProviderBaseGetEventStatus Method

[Missing <summary> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsCommonFeedProviderBase.GetEventStatus(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 GetEventStatus(
	long event_id,
	DateTime? from,
	bool package
)

Parameters

event_id  Int64

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

from  NullableDateTime

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

package  Boolean

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

Return Value

Int64

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

Implements

ILiveOddsCommonBaseGetEventStatus(Int64, NullableDateTime, Boolean)
See Also