Show / Hide Table of Contents

Class NetTrafficTracker.NetTrafficData

Inheritance
System.Object
NetTrafficTracker.NetTrafficData
Namespace: Eco.Shared.Networking.Monitoring
Assembly: Eco.Core.dll
Syntax
public class NetTrafficData : Object

Constructors

NetTrafficData()

Declaration
public NetTrafficData()

Fields

CategoryToEntry

Declaration
public ConcurrentDictionary<string, NetTrafficTracker.TrafficEntry> CategoryToEntry
Field Value
Type Description
System.Collections.Concurrent.ConcurrentDictionary<System.String, NetTrafficTracker.TrafficEntry>

CategoryToEntryAverage

Declaration
public Dictionary<string, NetTrafficTracker.TrafficEntryAverage> CategoryToEntryAverage
Field Value
Type Description
System.Collections.Generic.Dictionary<System.String, NetTrafficTracker.TrafficEntryAverage>

CategoryToEntryCumulative

Declaration
public Dictionary<string, NetTrafficTracker.TrafficEntry> CategoryToEntryCumulative
Field Value
Type Description
System.Collections.Generic.Dictionary<System.String, NetTrafficTracker.TrafficEntry>

Methods

Describe(KeyValuePair<String, NetTrafficTracker.TrafficEntry>[], Double)

Declaration
public IEnumerable<string> Describe(KeyValuePair<string, NetTrafficTracker.TrafficEntry>[] categoryToEntry, double delta)
Parameters
Type Name Description
System.Collections.Generic.KeyValuePair<System.String, NetTrafficTracker.TrafficEntry>[] categoryToEntry
System.Double delta
Returns
Type Description
System.Collections.Generic.IEnumerable<System.String>

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
☀
☾