Click or drag to resize

LiveOddsTestManagerStartMatchReplay Method

[Missing <summary> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsTestManager.StartMatchReplay(System.Int64,System.Nullable{System.Int64},System.Nullable{System.TimeSpan},System.Nullable{System.Int32},System.Nullable{System.Boolean})"]


Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Internal
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public void StartMatchReplay(
	long match_id,
	long? msgn_nr,
	TimeSpan? fast_forward,
	int? speed = null,
	bool? persistent = null
)

Parameters

match_id  Int64

[Missing <param name="match_id"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsTestManager.StartMatchReplay(System.Int64,System.Nullable{System.Int64},System.Nullable{System.TimeSpan},System.Nullable{System.Int32},System.Nullable{System.Boolean})"]

msgn_nr  NullableInt64

[Missing <param name="msgn_nr"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsTestManager.StartMatchReplay(System.Int64,System.Nullable{System.Int64},System.Nullable{System.TimeSpan},System.Nullable{System.Int32},System.Nullable{System.Boolean})"]

fast_forward  NullableTimeSpan

[Missing <param name="fast_forward"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsTestManager.StartMatchReplay(System.Int64,System.Nullable{System.Int64},System.Nullable{System.TimeSpan},System.Nullable{System.Int32},System.Nullable{System.Boolean})"]

speed  NullableInt32  (Optional)

[Missing <param name="speed"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsTestManager.StartMatchReplay(System.Int64,System.Nullable{System.Int64},System.Nullable{System.TimeSpan},System.Nullable{System.Int32},System.Nullable{System.Boolean})"]

persistent  NullableBoolean  (Optional)

[Missing <param name="persistent"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsTestManager.StartMatchReplay(System.Int64,System.Nullable{System.Int64},System.Nullable{System.TimeSpan},System.Nullable{System.Int32},System.Nullable{System.Boolean})"]

Implements

ILiveOddsTestManagerStartMatchReplay(Int64, NullableInt64, NullableTimeSpan, NullableInt32, NullableBoolean)
See Also