Table of Contents

Constructor RealtimeTrendRecord

Namespace
Skyline.DataMiner.Net.Trending
Assembly
SLNetTypes.dll

Initializes a new instance of the RealtimeTrendRecord class.

public RealtimeTrendRecord()

Initializes a new instance of the RealtimeTrendRecord class using the specified status, time and value.

public RealtimeTrendRecord(int status, DateTime time, string value)

Parameters

status int

The status.

time DateTime

The time.

value string

The value.

Initializes a new instance of the RealtimeTrendRecord class using the specified record.

public RealtimeTrendRecord(RealtimeTrendRecord record)

Parameters

record RealtimeTrendRecord

The real-time trend record.