Class PingData
Used to track how ping and time together. Time is used to check for relevancy, i.e. look up only for last N minutes.
Inheritance
System.Object
PingData
Namespace: Eco.Core.DebugStatistic
Assembly: Eco.Core.dll
Syntax
public sealed class PingData : ValueType
Constructors
PingData(Single, DateTime)
Declaration
public PingData(float ms, DateTime time)
Parameters
Type | Name | Description |
---|---|---|
System.Single | ms | |
System.DateTime | time |
Fields
Seconds
Declaration
public float Seconds
Field Value
Type | Description |
---|---|
System.Single |
Time
Declaration
public DateTime Time
Field Value
Type | Description |
---|---|
System.DateTime |