Click or drag to resize

TimeKeeper Constructor

Initializes a new instance of the TimeKeeper class

Namespace: Sportradar.SDK.Common
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public TimeKeeper(
	int maximum_samples,
	TimeSpan max_age
)

Parameters

maximum_samples  Int32

[Missing <param name="maximum_samples"/> documentation for "M:Sportradar.SDK.Common.TimeKeeper.#ctor(System.Int32,System.TimeSpan)"]

max_age  TimeSpan

[Missing <param name="max_age"/> documentation for "M:Sportradar.SDK.Common.TimeKeeper.#ctor(System.Int32,System.TimeSpan)"]

See Also