BloombergFLP.CollectdWin.ReadStatsdPlugin.Read C# (CSharp) Method

Read() public method

public Read ( ) : IList
return IList
        public IList<CollectableValue> Read()
        {
            return (IList<CollectableValue>)(_statsdAggregator.Read());
        }