Click or drag to resize

LiveOddsPersistentStateItem(ProtocolProviderType, Int64, NullableInt64, DateTime, Boolean) Constructor

Initializes a new instance of the LiveOddsPersistentStateItem class

Namespace: Sportradar.SDK.Common
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public LiveOddsPersistentStateItem(
	ProtocolProviderType type,
	long match_id,
	long? msg_nr,
	DateTime entity_timestamp,
	bool active
)

Parameters

type  ProtocolProviderType

[Missing <param name="type"/> documentation for "M:Sportradar.SDK.Common.LiveOddsPersistentStateItem.#ctor(Sportradar.SDK.Common.ProtocolProviderType,System.Int64,System.Nullable{System.Int64},System.DateTime,System.Boolean)"]

match_id  Int64

[Missing <param name="match_id"/> documentation for "M:Sportradar.SDK.Common.LiveOddsPersistentStateItem.#ctor(Sportradar.SDK.Common.ProtocolProviderType,System.Int64,System.Nullable{System.Int64},System.DateTime,System.Boolean)"]

msg_nr  NullableInt64

[Missing <param name="msg_nr"/> documentation for "M:Sportradar.SDK.Common.LiveOddsPersistentStateItem.#ctor(Sportradar.SDK.Common.ProtocolProviderType,System.Int64,System.Nullable{System.Int64},System.DateTime,System.Boolean)"]

entity_timestamp  DateTime

[Missing <param name="entity_timestamp"/> documentation for "M:Sportradar.SDK.Common.LiveOddsPersistentStateItem.#ctor(Sportradar.SDK.Common.ProtocolProviderType,System.Int64,System.Nullable{System.Int64},System.DateTime,System.Boolean)"]

active  Boolean

[Missing <param name="active"/> documentation for "M:Sportradar.SDK.Common.LiveOddsPersistentStateItem.#ctor(Sportradar.SDK.Common.ProtocolProviderType,System.Int64,System.Nullable{System.Int64},System.DateTime,System.Boolean)"]

See Also