Opc.Ua.Server.AggregateCalculator.GetNoDataValue C# (CSharp) Method

GetNoDataValue() protected method

Return a value indicating there is no data in the time slice.
protected GetNoDataValue ( System.DateTime timestamp ) : DataValue
timestamp System.DateTime
return DataValue
        protected DataValue GetNoDataValue(DateTime timestamp)
        {
            return new DataValue(Variant.Null, StatusCodes.BadNoData, timestamp, timestamp);
        }

Same methods

AggregateCalculator::GetNoDataValue ( Opc.Ua.Server.TimeSlice slice ) : DataValue