Click or drag to resize

PreparationRequest(NullableInt64, Boolean) Constructor

Initializes a new instance of the PreparationRequest class

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Internal
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public PreparationRequest(
	long? desired_request_nr,
	bool is_internal
)

Parameters

desired_request_nr  NullableInt64

[Missing <param name="desired_request_nr"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.PreparationRequest.#ctor(System.Nullable{System.Int64},System.Boolean)"]

is_internal  Boolean

[Missing <param name="is_internal"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.PreparationRequest.#ctor(System.Nullable{System.Int64},System.Boolean)"]

See Also