Constructor RealtimeTrendRecord
RealtimeTrendRecord()
Initializes a new instance of the RealtimeTrendRecord class.
public RealtimeTrendRecord()
RealtimeTrendRecord(int, DateTime, string)
Initializes a new instance of the RealtimeTrendRecord class using the specified status, time and value.
public RealtimeTrendRecord(int status, DateTime time, string value)
Parameters
RealtimeTrendRecord(RealtimeTrendRecord)
Initializes a new instance of the RealtimeTrendRecord class using the specified record.
public RealtimeTrendRecord(RealtimeTrendRecord record)
Parameters
record
RealtimeTrendRecordThe real-time trend record.