Class TimeKeeperResponse
- Namespace
- Sportradar.LiveData.Sdk.Common.Utils
- Assembly
- Sportradar.LiveData.Sdk.dll
public class TimeKeeperResponse
- Inheritance
-
TimeKeeperResponse
- Inherited Members
Properties
DiffToAverage
public TimeSpan DiffToAverage { get; set; }
Property Value
IsBehindLastSample
public bool IsBehindLastSample { get; set; }
Property Value
NumSamples
public int NumSamples { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.