Aqueduct.Monitoring.Readings.StringReading.Aggregate C# (CSharp) Method

Aggregate() public method

public Aggregate ( ReadingData other ) : void
other ReadingData
return void
        public override void Aggregate(ReadingData other)
        {
            throw new NotImplementedException();
        }