Show / Hide Table of Contents

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

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾